toJson method

  1. @override
Map<String, dynamic> toJson()
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);
}