isCommentsGroupsCanPost property

bool? get isCommentsGroupsCanPost

information about whether communities can comment on the post;

Implementation

bool? get isCommentsGroupsCanPost =>
    checkBoolUtil(_comments?['groups_can_post']);