isLikesCanPublish property

bool? get isLikesCanPublish

information about whether the current user can repost the post;

Implementation

bool? get isLikesCanPublish => checkBoolUtil(_likes?['can_publish']);