toJson method
override
Implementation
@override
Map<String, dynamic> toJson() {
switch ($$typename) {
case r'ChatEventsVersioned':
return (this
as UnfavoriteChat$Mutation$UnfavoriteChat$ChatEventsVersioned)
.toJson();
case r'UnfavoriteChatError':
return (this
as UnfavoriteChat$Mutation$UnfavoriteChat$UnfavoriteChatError)
.toJson();
default:
}
return _$UnfavoriteChat$Mutation$UnfavoriteChatToJson(this);
}