FriendInfo class

Constructors

FriendInfo()

Properties

hashCode int
The hash code for this object.
no setterinherited
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

Static Methods

formateFriendCustomField(dynamic list) Map<String, dynamic>
formateFriendCustomInfo(Map<String, dynamic>? params) List<Object>
formateFriendInfo(Map<String, dynamic> data) Map<String, dynamic>
formateFriendInfoFailInfoList(List faileList, List successUserIDList) List
formateFriendInfoResult(dynamic list, dynamic failureUserIDList) Future<List>
formateFriendInfoToList(List list) List
formateGetInfoParams(Map<String, dynamic> paramJS) Object
getRelationByUserID(String userID, List successUserIDList) → dynamic