ServerResetPasswordInput.fromJson constructor

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

Implementation

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