copyWith method

Implementation

OutputNetworkShuttersyncAngleSettingsUseCustomFrameRatePut$RequestBody
    copyWith({Object? data}) {
  return OutputNetworkShuttersyncAngleSettingsUseCustomFrameRatePut$RequestBody(
      data: data ?? this.data);
}