toJson method

String toJson()

Converts the PointConnectionStyle object to a JSON string.

Returns a JSON string representation of the PointConnectionStyle object.

Implementation

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