exact property

dynamic get exact

Implementation

dynamic get exact => js_util.getProperty(this, 'exact');
set exact (dynamic newValue)

Implementation

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