standby property

String get standby

Implementation

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

Implementation

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