position property

LatLng? position

Implementation

LatLng? get position => _getPosition();
void position=(LatLng? position)

Implementation

set position(LatLng? position) => _setPosition(position);