google_maps_flutter_heatmap package
documentation
google_maps_flutter_heatmap
PolygonId
PolygonId constructor
PolygonId
PolygonId
constructor
PolygonId
(
String
value
)
Creates an immutable identifier for a
Polygon
.
Implementation
PolygonId(this.value) : assert(value != null);
google_maps_flutter_heatmap package
documentation
google_maps_flutter_heatmap
PolygonId
PolygonId constructor
PolygonId class
Constructors
PolygonId
Properties
hashCode
runtimeType
value
Methods
noSuchMethod
toString
Operators
operator ==