toJson method
Implementation
@override
Map<String, dynamic> toJson([dynamic extra]) {
return {
"@type": CONSTRUCTOR,
"autosave_photos": autosavePhotos,
"autosave_videos": autosaveVideos,
"max_video_file_size": maxVideoFileSize,
};
}