UserRemarks class

用户备注

Constructors

UserRemarks()
factory

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

getRemarksInfo(String userUuid) Future<Map?>
通过用户uuid 获得用户备注信息
getRemarksList() Future<WitsystemError>
获得备注的用户列表
getUserRemarksList() Future<List<Map>>
返回所有备注列表
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateRemarks(String userId, String nickName) Future<WitsystemError>
修改备注

Operators

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