Creates a VideoNote object from JSON object
factory VideoNote.fromJson(Map<String, dynamic> json) => _$VideoNoteFromJson(json);