toJson method
Converts this GiphyVideoCaptions object to a JSON map.
Implementation
Map<String, dynamic> toJson() {
return {
'en': videoCaption?.toJson(),
};
}
Converts this GiphyVideoCaptions object to a JSON map.
Map<String, dynamic> toJson() {
return {
'en': videoCaption?.toJson(),
};
}