exact property

bool exact

Implementation

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

Implementation

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