useMap property

String useMap

Implementation

String get useMap => js_util.getProperty(this, 'useMap');
void useMap=(String newValue)

Implementation

set useMap(String newValue) {
  js_util.setProperty(this, 'useMap', newValue);
}