toJson method

String toJson()

Converts the PowerGeoPoint instance to a JSON string.

Returns a JSON string representation of the PowerGeoPoint.

Implementation

String toJson() => json.encode(toMap());