Properties
-
context
→ String
-
finalinherited
-
fromJson
→ SessionData Function(dynamic)
-
finalinherited
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
onCreate
→ Event<StoreCreateEvent<SessionData>>
-
Emitted when a new key is added to the store.
The event contains the key and the value of type
T
.
finalinherited
-
onDelete
→ Event<StoreDeleteEvent<SessionData>>
-
Emitted when a key is deleted from the store.
The event contains the key and the value of type
T
.
finalinherited
-
onError
→ Event<StoreErrorEvent<SessionData>>
-
Emitted when a key is deleted from the store because of an error
The event contains the key and the error description.
finalinherited
-
onSync
→ Event<StoreSyncEvent>
-
Emitted when the store is persisted to storage.
This event can be used as a catchall for any creations, updates, or deletions.
finalinherited
-
onUpdate
→ Event<StoreUpdateEvent<SessionData>>
-
Emitted when a key is updated in some way: overwritten, some piece changes, etc.
The event contains the key and the value of type
T
.
finalinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
storage
→ IStore
-
finalinherited
-
storageKey
→ String
-
finalinherited
-
version
→ String
-
finalinherited