isError property

bool get isError

Whether this has the @error trait.

Implementation

bool get isError => hasTrait<ErrorTrait>();