AuthenticationBasicState class

Annotations
  • @freezed

Constructors

AuthenticationBasicState({required bool authChecked, required bool authenticating, required bool deletingAccount, required AuthenticationData? authenticationData, required bool signingUp, required bool fetchingAuthUserData, required bool? authCheckFailure, required Failure? authenticatingFailure, required Failure? signingUpFailure, Failure? deleteAccountFailure})
const
factory
AuthenticationBasicState.initial()
factory

Properties

authChecked bool
no setterinherited
authCheckFailure bool?
no setterinherited
authenticated bool
no setter
authenticating bool
no setterinherited
authenticatingFailure → Failure?
no setterinherited
authenticationData AuthenticationData?
no setterinherited
copyWith → $AuthenticationBasicStateCopyWith<AuthenticationBasicState>
Create a copy of AuthenticationBasicState with the given fields replaced by the non-null parameter values.
no setterinherited
deleteAccountFailure → Failure?
no setterinherited
deletingAccount bool
no setterinherited
fetchingAuthUserData bool
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signingUp bool
no setterinherited
signingUpFailure → Failure?
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