@override Map<String, dynamic> toJson() => <String, dynamic>{ 'video_note': videoNote?.toJson(), 'thumbnail': thumbnail?.toJson(), 'duration': duration, 'length': length, '@type': constructor, };