V2TimFriendInfo class Models
V2TimFriendInfo
- Annotations
Constructors
-
V2TimFriendInfo(String userID, String friendRemark, List<
String> friendGroups, Map<String, String> friendCustomInfo, V2TimUserFullInfo userProfile) -
V2TimFriendInfo.fromJson(Map<
String, dynamic> srcJson) -
factory
Properties
-
friendCustomInfo
↔ Map<
String, String> -
@JsonKey(name: 'friendCustomInfo'), read / write
-
friendGroups
↔ List<
String> -
@JsonKey(name: 'friendGroups'), read / write
- friendRemark ↔ String
-
@JsonKey(name: 'friendRemark'), read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- userID ↔ String
-
@JsonKey(name: 'userID'), read / write
- userProfile ↔ V2TimUserFullInfo
-
@JsonKey(name: 'userProfile'), 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