toJson method

String toJson()

Converts the CastBreakClips to a JSON string.

Returns a JSON string representation of this object.

Implementation

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