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