V2TimUserFullInfo class Models
V2TimUserFullInfo
- Annotations
- @JsonSerializable()
Constructors
- V2TimUserFullInfo(String userID, String nickName, String faceUrl, String selfSignature, int gender, int allowType, CustomInfo customInfo)
-
V2TimUserFullInfo.fromJson(Map<
String, dynamic> srcJson) -
factory
Properties
- allowType ↔ int
-
@JsonKey(name: 'allowType'), read / write
- customInfo ↔ CustomInfo
-
@JsonKey(name: 'customInfo'), read / write
- faceUrl ↔ String
-
@JsonKey(name: 'faceUrl'), read / write
- gender ↔ int
-
@JsonKey(name: 'gender'), read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- nickName ↔ String
-
@JsonKey(name: 'nickName'), read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- selfSignature ↔ String
-
@JsonKey(name: 'selfSignature'), read / write
- userID ↔ String
-
@JsonKey(name: 'userID'), read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited