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