JMUserInfo class
Constructors
- JMUserInfo.fromJson(Map json)
Properties
- address ↔ String
-
read / write
- appKey ↔ String
-
read / write
- avatarThumbPath ↔ String
-
read / write
- birthday ↔ String
-
read / write
- extras ↔ Map
-
read / write
- gender ↔ JMGender
-
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- isFriend ↔ bool
-
read / write
- isInBlackList ↔ bool
-
read / write
- isNoDisturb ↔ bool
-
read / write
- nickname ↔ String
-
read / write
- noteName ↔ String
-
read / write
- noteText ↔ String
-
read / write
- region ↔ String
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- signature ↔ String
-
read / write
- targetType → JMSingle
-
read-only
- type ↔ JMTargetType
-
read / write
- username ↔ String
-
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map -
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
dynamic other) → bool -
The equality operator. [...]
override