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