RemoveUserEmail$Mutation.fromJson constructor

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

Implementation

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