isNotNotFoundActor property

bool get isNotNotFoundActor

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

Implementation

bool get isNotNotFoundActor => !isNotFoundActor;