toJson method
Converts the PowerGeoPolygon instance to a JSON string.
Returns a JSON string representation of the PowerGeoPolygon.
Implementation
String toJson() => json.encode(toMap());
Converts the PowerGeoPolygon instance to a JSON string.
Returns a JSON string representation of the PowerGeoPolygon.
String toJson() => json.encode(toMap());