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.
no setterinherited
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.
no setterinherited

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