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