ResetPasswordStep.fromJson constructor

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

The next step required for resetting a user's password.

Implementation

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