Converts this GiphyVideoCaption instance to a JSON object.
GiphyVideoCaption
Returns a Map<String, dynamic> representing this GiphyVideoCaption.
Map<String, dynamic>
Map<String, dynamic> toJson() { return { 'srt': srt, 'vtt': vtt, }; }