String? get status => _$this._status;
set status(covariant String? status) => _$this._status = status;