SessionVersion class
Version of Session's state.
It increases monotonically, so may be used (and is intended to) for tracking state's actuality.
Constructors
- SessionVersion(String val)
-
const
- SessionVersion.parse(String val)
-
factory
Properties
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