isCommentsCanClose property

bool? get isCommentsCanClose

Can the current user close comments on the post;

Implementation

bool? get isCommentsCanClose => checkBoolUtil(_comments?['can_close']);