isHttpError property

bool get isHttpError

Whether this has the @httpError trait.

Implementation

bool get isHttpError => hasTrait<HttpErrorTrait>();