isNotFoundError property

bool get isNotFoundError

Checks if the status code represents a not found error

Implementation

bool get isNotFoundError => this == 404;