Time copyWithWrapped({Wrapped<double?>? time}) { return Time(time: (time != null ? time.value : this.time)); }