isCommentsCanOpen property

bool? get isCommentsCanOpen

whether the current user can open comments on the post.

Implementation

bool? get isCommentsCanOpen => checkBoolUtil(_comments?['can_open']);