isNotThreadViewPost property
bool
get
isNotThreadViewPost
Returns true if this data is not ThreadViewPost, otherwise false.
Implementation
bool get isNotThreadViewPost => !isThreadViewPost;
Returns true if this data is not ThreadViewPost, otherwise false.
bool get isNotThreadViewPost => !isThreadViewPost;