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