Users class
Методы для работы с данными пользователей.
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
-
get<
T> (Map< String, Object> params) → Future<ApiResponse< T> > - Returns detailed information on users.
-
getFollowers<
T> (Map< String, Object> params) → Future<ApiResponse< T> > - Returns a list of IDs of followers of the user in question, sorted by date added, most recent first.
-
getSubscriptions<
T> (Map< String, Object> params) → Future<ApiResponse< T> > - Returns a list of IDs of users and communities followed by the user.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
report<
T> (Map< String, Object> params) → Future<ApiResponse< T> > - Reports (submits a complain about) a user.
-
search<
T> (Map< String, Object> params) → Future<ApiResponse< T> > - Returns a list of users matching the search criteria.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited