RequestPasswordResponse<T> class
A RequestPasswordResponse object is returned from a password reset request. If the request was successful, requestSuccesfull will be true. If the request was not successful, requestSuccesfull will be false and requestPasswordError will contain an Error object with the error title and message.
Constructors
- RequestPasswordResponse({required bool requestSuccesfull, Error? requestPasswordError})
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- requestPasswordError → Error?
-
final
- requestSuccesfull → bool
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited