LoginState class

Annotations
  • @freezed

Constructors

LoginState({required Email email, required Password password, required bool showErrors, required bool isSubmissionInProgress, required Option<Either<AuthFailure, Unit>> resultOption})
factory
LoginState.initial()
factory

Properties

copyWith → $LoginStateCopyWith<LoginState>
no setterinherited
email Email
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
isSubmissionInProgress bool
no setterinherited
password Password
no setterinherited
resultOption → Option<Either<AuthFailure, Unit>>
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showErrors bool
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