SessionId class
Type of Session's ID.
Constructors
- SessionId.new(String val)
-
const
- SessionId.fromJson(String val)
-
Constructs a SessionId from the provided
val
.factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String - Returns a String representing this SessionId.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited