copyWith method
Implementation
OutputNetworkShuttersyncAngleSettingsCustomFrameRatePut$RequestBody copyWith(
{double? data}) {
return OutputNetworkShuttersyncAngleSettingsCustomFrameRatePut$RequestBody(
data: data ?? this.data);
}
OutputNetworkShuttersyncAngleSettingsCustomFrameRatePut$RequestBody copyWith(
{double? data}) {
return OutputNetworkShuttersyncAngleSettingsCustomFrameRatePut$RequestBody(
data: data ?? this.data);
}