toJson method

String toJson()

Converts the track data to a JSON string.

Implementation

String toJson() => jsonEncode(toMap());