isNotModified property

bool get isNotModified

True if failure is notModified.

Implementation

bool get isNotModified => failure == OriginFailure.notModified;