Statuses copyWithWrapped({Wrapped<Status>? status}) { return Statuses(status: (status != null ? status.value : this.status)); }