SearchFriendsInfo class

Inheritance

Constructors

SearchFriendsInfo({required int relationship})
SearchFriendsInfo.fromJson(Map<String, dynamic> json)

Properties

addSource int?
Add source
getter/setter pairinherited
createTime int?
Creation time
getter/setter pairinherited
ex String?
Additional information
getter/setter pairinherited
faceURL String?
Profile picture
getter/setter pairinherited
friendUserID String?
friend User ID
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
nickname String?
Nickname
getter/setter pairinherited
operatorUserID String?
Operator User ID
getter/setter pairinherited
ownerUserID String?
owner User ID
getter/setter pairinherited
relationship int
getter/setter pair
remark String?
Remark
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userID String?
User ID
getter/setter pairinherited

Methods

getShowName() String
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited