Session class
Constructors
Properties
-
attrs
↔ List<
String> ? -
User attributes
getter/setter pair
- avatar ↔ String?
-
User avatar uri
getter/setter pair
- deptId ↔ String?
-
User department id
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
instIds
↔ List<
String> ? -
User institution id
getter/setter pair
- mail ↔ String?
-
User contact mail
getter/setter pair
- mobile ↔ String?
-
User contact mobile
getter/setter pair
- nickname ↔ String?
-
Nick name
getter/setter pair
- nodeId ↔ String?
-
User node id
getter/setter pair
-
raw
↔ Map<
String, String> ? -
User extension dict info
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- token ↔ String?
-
Authenticate token
getter/setter pair
- userid ↔ String?
-
User id
getter/setter pair
- username ↔ String?
-
User name
getter/setter pair
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