status property
int?
get
status
Implementation
int? get status => _$this._status;
set
status
(int? status)
Implementation
set status(int? status) => _$this._status = status;