strict property

bool? strict

@default true

Implementation

_i2.bool? get strict => _i4.getProperty(
      this,
      'strict',
    );
void strict=(bool? value)

Implementation

set strict(_i2.bool? value) {
  _i4.setProperty(
    this,
    'strict',
    value ?? _i6.undefined,
  );
}