handle property

String handle

Implementation

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

Implementation

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