isLikesCanLike property

bool? get isLikesCanLike

information about whether the current user can mark "Like";

Implementation

bool? get isLikesCanLike => checkBoolUtil(_likes?['can_like']);