copyWith method
- bool? $value,
Implementation
PeripheralValueUpdateV3Body copyWith({bool? $value}) {
return PeripheralValueUpdateV3Body($value: $value ?? this.$value);
}
PeripheralValueUpdateV3Body copyWith({bool? $value}) {
return PeripheralValueUpdateV3Body($value: $value ?? this.$value);
}