exact property

bool? get exact

Implementation

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

Implementation

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