toJson method

  1. @override
Map<String, dynamic> toJson()
override

Implementation

@override
Map<String, dynamic> toJson() => <String, dynamic>{
  'video_note': videoNote?.toJson(),
  'is_viewed': isViewed,
  'is_secret': isSecret,
  '@type': constructor,
};