center property Null safety
the center point of the circle.
Implementation
LatLng get center=>_center;
Implementation
set center(LatLng value){
_center=value;
_sendData('setCircleCenter', {'center':value.toMap()});
}
the center point of the circle.
LatLng get center=>_center;
set center(LatLng value){
_center=value;
_sendData('setCircleCenter', {'center':value.toMap()});
}