LogicValueChanged constructor

const LogicValueChanged(
  1. LogicValue newValue,
  2. LogicValue previousValue
)

Represents the event of a Logic changing value from previousValue to newValue.

Implementation

const LogicValueChanged(this.newValue, this.previousValue);