Likes 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
-
add<
T> (Map< String, Object> params) → Future<ApiResponse< T> > - Adds the specified object to the 'Likes' list of the current user.
-
delete<
T> (Map< String, Object> params) → Future<ApiResponse< T> > - Deletes the specified object from the 'Likes' list of the current user.
-
getList<
T> (Map< String, Object> params) → Future<ApiResponse< T> > - Returns a list of IDs of users who added the specified object to their 'Likes' list.
-
isLiked<
T> (Map< String, Object> params) → Future<ApiResponse< T> > - Checks for the object in the 'Likes' list of the specified user.
-
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