toJson method

String toJson()

Converts this text track style to a JSON string.

Implementation

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