exact property

dynamic exact

Implementation

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

Implementation

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