isNotReplyDisabled property
bool
get
isNotReplyDisabled
Returns true if this post is not reply disabled, otherwise false.
Implementation
bool get isNotReplyDisabled => !isReplyDisabled;
Returns true if this post is not reply disabled, otherwise false.
bool get isNotReplyDisabled => !isReplyDisabled;