toJson method

String toJson()

Converts the PointStyle object to a JSON string.

Implementation

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