paths property Null safety
the paths of the polygon. one polygon could have more than one path.
Implementation
List<List<LatLng>> get paths=>_paths;
Implementation
set paths(List<List<LatLng>> value){
paths=value;
_sendSetPathSignal();
}
the paths of the polygon. one polygon could have more than one path.
List<List<LatLng>> get paths=>_paths;
set paths(List<List<LatLng>> value){
paths=value;
_sendSetPathSignal();
}