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