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