Initialize a Map with values in Dart/Flutter create a Map with all key/value pairs of other Map using from() , of() constructor . create a new Map from the given keys and values using fromIterables() . create Map in which keys and values are computed using fromIterable()