copyWith method

UseCustomFrameRate$Response copyWith({
  1. Object? useCustomFrameRate,
})

Implementation

UseCustomFrameRate$Response copyWith({Object? useCustomFrameRate}) {
  return UseCustomFrameRate$Response(
      useCustomFrameRate: useCustomFrameRate ?? this.useCustomFrameRate);
}