DeleteUserEmail$Mutation.fromJson constructor

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

Implementation

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