isNotNotFoundPost property

bool get isNotNotFoundPost

Returns true if this data is not NotFoundPost, otherwise false.

Implementation

bool get isNotNotFoundPost => !isNotFoundPost;