KoTTi97

Results 1 issues of KoTTi97

I would love to see typed Maps in Dart like it is possible in TypeScript. TypeScript example: ```TypeScript interface IPerson { name: string; age: number; height?: number; } const person:...

feature