DeclineCall$Mutation.fromJson constructor

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

Implementation

factory DeclineCall$Mutation.fromJson(Map<String, dynamic> json) =>
    _$DeclineCall$MutationFromJson(json);