standby property

String standby

Implementation

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

Implementation

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