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