copyWith method
Implementation
CustomFrameRate$Response copyWith({double? customFrameRate}) {
return CustomFrameRate$Response(
customFrameRate: customFrameRate ?? this.customFrameRate);
}
CustomFrameRate$Response copyWith({double? customFrameRate}) {
return CustomFrameRate$Response(
customFrameRate: customFrameRate ?? this.customFrameRate);
}