LivenessStateData class
Constructors
- LivenessStateData.new({LivenessState state = LivenessState.initial, LivenessSessionState sessionState = LivenessSessionState.initializing, LivenessSession? session, String? errorMessage, bool isLoading = false, bool isAvailable = false})
-
const
Properties
- errorMessage → String?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- isAvailable → bool
-
final
- isLoading → bool
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- session → LivenessSession?
-
final
- sessionState → LivenessSessionState
-
final
- state → LivenessState
-
final
Methods
-
copyWith(
{LivenessState? state, LivenessSessionState? sessionState, LivenessSession? session, String? errorMessage, bool? isLoading, bool? isAvailable}) → LivenessStateData -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override