status property
String
get
status
@deprecated
Implementation
_i2.String get status => _i4.getProperty(
this,
'status',
);
set
status
(String value)
Implementation
set status(_i2.String value) {
_i4.setProperty(
this,
'status',
value,
);
}