past property

List<S> past

Read-only accessor to the past history states.

Implementation

List<S> get past => [..._past];