LogicValueChanged class

Represents the event of a Logic changing value.

Constructors

LogicValueChanged(LogicValue newValue, LogicValue previousValue)
Represents the event of a Logic changing value from previousValue to newValue.
const

Properties

hashCode int
The hash code for this object.
read-onlyinherited
newValue LogicValue
The newly updated value of the Logic.
final
previousValue LogicValue
The previous value of the Logic.
final
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited