isNotFound property

bool isNotFound

True if failure is notFound.

Implementation

bool get isNotFound => failure == OriginFailure.notFound;