Maps in Dart
Just like a List, a Map is also a type of collection. In Maps data is stored in key: value pairs. Keys and values can be of any type. The map is a growable collection which means it can shrink and grow at runtime. The map can contain a NULL value as ...
jaytillu.hashnode.dev5 min read