isNotFoundPost property

bool get isNotFoundPost

Returns true if this data is NotFoundPost, otherwise false.

Implementation

bool get isNotFoundPost => this is UReplyRefRootNotFoundPost;