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