JoinCall$Mutation$JoinChatCall.fromJson constructor

JoinCall$Mutation$JoinChatCall.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory JoinCall$Mutation$JoinChatCall.fromJson(Map<String, dynamic> json) {
  switch (json['__typename'].toString()) {
    case r'JoinChatCallOk':
      return JoinCall$Mutation$JoinChatCall$JoinChatCallOk.fromJson(json);
    case r'JoinChatCallError':
      return JoinCall$Mutation$JoinChatCall$JoinChatCallError.fromJson(json);
    default:
  }
  return _$JoinCall$Mutation$JoinChatCallFromJson(json);
}