isBlockedPost property

bool get isBlockedPost

Returns true if this data is BlockedPost, otherwise false.

Implementation

bool get isBlockedPost => this is UReplyRefRootBlockedPost;