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