isBlockedPost property
bool
get
isBlockedPost
Returns true if this data is BlockedPost, otherwise false.
Implementation
bool get isBlockedPost => this is UThreadViewPostReplyBlockedPost;
Returns true if this data is BlockedPost, otherwise false.
bool get isBlockedPost => this is UThreadViewPostReplyBlockedPost;