UserInfo class
A javascript Object with a user informations.
- Available extensions
- Annotations
-
- @JS()
Constructors
- UserInfo()
Properties
- alias → String
-
The username of the user.
no setter
- epub → String
-
The encryption public key of the user.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- pub → String
-
The public key of the user.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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