isThreadViewPost property

bool get isThreadViewPost

Returns true if this data is ThreadViewPost, otherwise false.

Implementation

bool get isThreadViewPost => this is UGetPostThreadThreadThreadViewPost;