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