map property

GMap? get map

Implementation

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

Implementation

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