icon property Null safety
the icon will display on the marker postion
Implementation
_BaseIcon? get icon =>_icon;
Implementation
set icon (_BaseIcon? value){
_icon=value;
_sendData('setMarkerIcon', {"icon":value != null ?value._toMap(): null});
}