isNotFoundError property
bool
get
isNotFoundError
Checks if the status code represents a not found error
Implementation
bool get isNotFoundError => this == 404;
Checks if the status code represents a not found error
bool get isNotFoundError => this == 404;