near property
bool?
get
near
Implementation
bool? get near => js_util.getProperty(this, 'near');
set
near
(bool? newValue)
Implementation
set near(bool? newValue) {
js_util.setProperty(this, 'near', newValue);
}