copyWith method
Implementation
PeripheralValueUpdateV2Body copyWith({int? definitionId, bool? $value}) {
return PeripheralValueUpdateV2Body(
definitionId: definitionId ?? this.definitionId,
$value: $value ?? this.$value);
}
PeripheralValueUpdateV2Body copyWith({int? definitionId, bool? $value}) {
return PeripheralValueUpdateV2Body(
definitionId: definitionId ?? this.definitionId,
$value: $value ?? this.$value);
}