isCommentsCanPost property

bool? get isCommentsCanPost

information about whether the current user can comment on the entry ;

Implementation

bool? get isCommentsCanPost => checkBoolUtil(_comments?['can_post']);