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

AuthState({required String email, required String password})

Properties

email String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
password String
getter/setter pair
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