isNotReplyDisabled property

bool get isNotReplyDisabled

Returns true if this post is not reply disabled, otherwise false.

Implementation

bool get isNotReplyDisabled => !isReplyDisabled;