exact property

int exact

Implementation

int get exact => js_util.getProperty(this, 'exact');
void exact=(int newValue)

Implementation

set exact(int newValue) {
  js_util.setProperty(this, 'exact', newValue);
}