isNotHideQuotePosts property

bool get isNotHideQuotePosts

Returns negated true or false from hideQuotePosts.

Implementation

bool get isNotHideQuotePosts => !isHideQuotePosts;