standby property
String
get
standby
Sets or retrieves a message to be displayed while an object is loading. @deprecated
Implementation
_i2.String get standby => _i4.getProperty(
this,
'standby',
);
set
standby
(String value)
Implementation
set standby(_i2.String value) {
_i4.setProperty(
this,
'standby',
value,
);
}