map property

GMap? map

Implementation

GMap? get map => _getMap();
void map=(GMap? map)

Implementation

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