isError property
bool
get
isError
Whether this
has the @error
trait.
Implementation
bool get isError => hasTrait<ErrorTrait>();
Whether this
has the @error
trait.
bool get isError => hasTrait<ErrorTrait>();