Session class
Constructors
- Session()
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
containsKey(
SessionKey sessionKey) → Future< bool> - Key existence verifier
-
destroy(
) → Future< bool> -
get<
T, Y> (SessionKey sessionKey, [T converter(Y)?]) → Future< T> -
get an object
T
fromsessionKey
position -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
remove(
SessionKey sessionKey) → Future< bool> -
set(
SessionKey sessionKey, dynamic value) → Future< bool> - Item setter
-
toString(
) → String -
A string representation of this object.
inherited
-
update(
) → Future< void> - Session updater(reloads session fetching the latest data)
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited