isPostView property

bool get isPostView

Returns true if this data is PostView, otherwise false.

Implementation

bool get isPostView => this is UReplyRefRootPostView;