isNotFoundPost property
bool
get
isNotFoundPost
Returns true if this data is NotFoundPost, otherwise false.
Implementation
bool get isNotFoundPost => this is UReplyRefParentNotFoundPost;
Returns true if this data is NotFoundPost, otherwise false.
bool get isNotFoundPost => this is UReplyRefParentNotFoundPost;