DeclineCall$Mutation$DeclineChatCall.fromJson constructor
DeclineCall$Mutation$DeclineChatCall.fromJson( - Map<String, dynamic> json
)
Implementation
factory DeclineCall$Mutation$DeclineChatCall.fromJson(
Map<String, dynamic> json) {
switch (json['__typename'].toString()) {
case r'ChatEventsVersioned':
return DeclineCall$Mutation$DeclineChatCall$ChatEventsVersioned
.fromJson(json);
case r'DeclineChatCallError':
return DeclineCall$Mutation$DeclineChatCall$DeclineChatCallError
.fromJson(json);
default:
}
return _$DeclineCall$Mutation$DeclineChatCallFromJson(json);
}