SelfServiceSettingsFlowBuilder class

Properties

active String?
getter/setter pair
expiresAt DateTime?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
getter/setter pair
identity IdentityBuilder
getter/setter pair
issuedAt DateTime?
getter/setter pair
requestUrl String?
getter/setter pair
returnTo String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state SelfServiceSettingsFlowState?
getter/setter pair
type String?
getter/setter pair
ui UiContainerBuilder
getter/setter pair

Methods

build() → _$SelfServiceSettingsFlow
Builds.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
replace(SelfServiceSettingsFlow other) → void
Replaces the value in the builder with a new one.
override
toString() String
A string representation of this object.
inherited
update(void updates(SelfServiceSettingsFlowBuilder)?) → void
Applies updates.
override

Operators

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