map property

Map? get map

Implementation

Map? get map => _getMap();
set map (Map? map)

Implementation

set map(Map? map) => _setMap(map);