Map
A collection of key-value pairs.

Maps in Dart are like dictionaries that store pairs of information. Each pair consists of a key and a value. You use the key to look up the associated value. For example, you can have a map of cities and their populations, where the city names are keys, and the population numbers are values.

OTHER HELPFUL TERMS
Stories, Tips and tricks