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