isNotThreadViewPost property

bool get isNotThreadViewPost

Returns true if this data is not ThreadViewPost, otherwise false.

Implementation

bool get isNotThreadViewPost => !isThreadViewPost;