fatal property

bool get fatal

Returns true if error mode is "fatal", otherwise false.

MDN Reference

Implementation

_i2.bool get fatal => _i4.getProperty(
      this,
      'fatal',
    );