LogicValueChanged constructor
- LogicValue newValue,
- LogicValue previousValue
Represents the event of a Logic changing value from previousValue
to newValue
.
Implementation
const LogicValueChanged(this.newValue, this.previousValue);
Represents the event of a Logic changing value from previousValue
to newValue
.
const LogicValueChanged(this.newValue, this.previousValue);