accuracy property

double? accuracy

Implementation

double? get accuracy => js_util.getProperty(this, 'accuracy');
void accuracy=(double? newValue)

Implementation

set accuracy(double? newValue) {
  js_util.setProperty(this, 'accuracy', newValue);
}