AuthState class
Purpose:
Represents the state of authentication forms (e.g., Login/Register).
Holds the current email/
and password/
entered by the user.
This class is typically used with BLoC or Cubit for managing authentication form state.
- Implementers
Constructors
Properties
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