fatal property
bool
get
fatal
Returns true
if error mode is "fatal", and false
otherwise.
Implementation
_i2.bool get fatal => _i4.getProperty(
this,
'fatal',
);
Returns true
if error mode is "fatal", and false
otherwise.
_i2.bool get fatal => _i4.getProperty(
this,
'fatal',
);