isMap property

bool isMap

Implementation

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

Implementation

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