LogoSignals.dart
Copy Markdown
rodydavis/signals.dart 999999

Type: LinkedSignalPreviousState

API reference and details for LinkedSignalPreviousState from signals.dart.

LinkedSignalPreviousState#

Kind: class  |  Package: package:signals_core

Class: LinkedSignalPreviousState#

Previous state of a LinkedSignal, containing both the source value and the computed value from that source version.

Members of LinkedSignalPreviousState#

Member Type Signature Description
source field dart S source The source value.
value field dart T value The computed value.
LinkedSignalPreviousState constructor dart LinkedSignalPreviousState(this.source, this.value) Creates a LinkedSignalPreviousState.

References#

The LinkedSignalPreviousState type is referenced and used in the following pages: