strict property

bool? get strict

@default true

Implementation

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

Implementation

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