amGetPrevious property

T? amGetPrevious

to get the previous value saved to this channel (just the value before the last value)

Implementation

T? get amGetPrevious => _previousValue;