AccountKitState class abstract

Constructors

AccountKitState([dynamic updates(AccountKitStateBuilder b)])
factory

Properties

accessTokenState AccessTokenState
no setter
appState AppState
no setter
groupState GroupState
no setter
hashCode int
The hash code for this object.
no setterinherited
organizationState OrganizationState
no setter
prefix String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userState UserState
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(AccountKitStateBuilder)) AccountKitState
Rebuilds the instance.
inherited
toBuilder() AccountKitStateBuilder
Converts the instance to a builder B.
inherited
toJson() String
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

serializer → Serializer<AccountKitState>
no setter

Static Methods

fromJson(dynamic jsonString) AccountKitState?
initial() AccountKitState