map property
Map?
get
map
Implementation
Map? get map => _getMap();
set
map
(Map? map)
Implementation
void set map(Map? map) => _setMap(map);