useMap property

String get useMap

Implementation

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

Implementation

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