status property
num?
get
status
Implementation
_i2.num? get status => _i4.getProperty(
this,
'status',
);
set
status
(num? value)
Implementation
set status(_i2.num? value) {
_i4.setProperty(
this,
'status',
value ?? _i6.undefined,
);
}