standby property

String standby

Sets or retrieves a message to be displayed while an object is loading. @deprecated

MDN Reference

Implementation

_i2.String get standby => _i4.getProperty(
      this,
      'standby',
    );
void standby=(String value)

Implementation

set standby(_i2.String value) {
  _i4.setProperty(
    this,
    'standby',
    value,
  );
}