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