near property

bool? near

Implementation

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

Implementation

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