status property

int? status

Implementation

int? get status => _$this._status;
void status=(int? status)

Implementation

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