toJson method
Implementation
Map<String, dynamic> toJson() => {
"backward": backward,
"forward": forward,
"cast": cast,
"big_play_button": bigPlayButton,
"captions": captions,
"chapters": chapters,
"current_time": currentTime,
"duration": duration,
"fullscreen": fullscreen,
"mute": mute,
"picture_in_picture": pictureInPicture,
"play_pause": playPause,
"progress": progress,
"settings": settings,
"volume": volume,
"hide_branding": hideBranding,
"preload": preload,
"controls_visible": controlsVisible,
"enable_download_button": enableDownloadButton,
"loop": loop,
};