UpdateUserLogin$Mutation$UpdateUserLogin$UpdateUserLoginError.fromJson constructor

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

Implementation

factory UpdateUserLogin$Mutation$UpdateUserLogin$UpdateUserLoginError.fromJson(
  Map<String, dynamic> json,
) => _$UpdateUserLogin$Mutation$UpdateUserLogin$UpdateUserLoginErrorFromJson(
  json,
);