copyWith method

PeripheralValueUpdateV3Body copyWith({
  1. bool? $value,
})

Implementation

PeripheralValueUpdateV3Body copyWith({bool? $value}) {
  return PeripheralValueUpdateV3Body($value: $value ?? this.$value);
}