StartCall$Mutation$StartChatCall.fromJson constructor
StartCall$Mutation$StartChatCall.fromJson( - Map<String, dynamic> json
)
Implementation
factory StartCall$Mutation$StartChatCall.fromJson(Map<String, dynamic> json) {
switch (json['__typename'].toString()) {
case r'StartChatCallOk':
return StartCall$Mutation$StartChatCall$StartChatCallOk.fromJson(json);
case r'StartChatCallError':
return StartCall$Mutation$StartChatCall$StartChatCallError.fromJson(
json);
default:
}
return _$StartCall$Mutation$StartChatCallFromJson(json);
}