AttachmentLikesMixin mixin

Mixin for attachment likes.

Superclass constraints
Mixin applications

Properties

attachType String
Attachment type.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
isLikesCanLike bool?
information about whether the current user can mark "Like";
no setter
isLikesCanPublish bool?
information about whether the current user can repost the post;
no setter
isUserLikes bool?
the presence of a "like" mark from the current user ;
no setter
likesCount int?
the number of users who liked the post;
no setter
payload Map<String, dynamic>
Payload.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

checkBoolInProperty(String key) bool?
inherited
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