LocordaStatusState class

Immutable state representing current authentication and sync status.

Used by LocordaStatusWidget builders to render appropriate UI.

Constructors

LocordaStatusState({required bool isAuthenticated, bool isSyncing = false, bool hasError = false, String? errorMessage, String? webId, SyncTrigger? lastTrigger})
const

Properties

errorMessage String?
final
hasError bool
final
hashCode int
The hash code for this object.
no setterinherited
isAuthenticated bool
final
isSyncing bool
final
lastTrigger → SyncTrigger?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
webId String?
final

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