isNotHideQuotePosts property
bool
get
isNotHideQuotePosts
Returns negated true or false from hideQuotePosts
.
Implementation
bool get isNotHideQuotePosts => !isHideQuotePosts;
Returns negated true or false from hideQuotePosts
.
bool get isNotHideQuotePosts => !isHideQuotePosts;