exact property
bool
get
exact
Implementation
bool get exact => js_util.getProperty(this, 'exact');
set
exact
(bool newValue)
Implementation
set exact(bool newValue) {
js_util.setProperty(this, 'exact', newValue);
}