lastValue property

T? get lastValue

Implementation

T? get lastValue => changes.isEmpty ? null : changes.last;