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