UserMutationResponse.fromJson constructor

UserMutationResponse.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory UserMutationResponse.fromJson(Map<String, Object?> json) =>
    _$UserMutationResponseFromJson(json);