exact property
num?
get
exact
Implementation
_i2.num? get exact => _i4.getProperty(
this,
'exact',
);
set
exact
(num? value)
Implementation
set exact(_i2.num? value) {
_i4.setProperty(
this,
'exact',
value ?? _i6.undefined,
);
}