position property Null safety
Implementation
LatLng get position=>_position;
Implementation
set position(LatLng value){
_position=value;
_sendData('setMarkerPosition', {'latLng':value.toMap()});
}
LatLng get position=>_position;
set position(LatLng value){
_position=value;
_sendData('setMarkerPosition', {'latLng':value.toMap()});
}