isHttpError property
bool
get
isHttpError
Whether this has the @httpError trait.
Implementation
bool get isHttpError => hasTrait<HttpErrorTrait>();
Whether this has the @httpError trait.
bool get isHttpError => hasTrait<HttpErrorTrait>();