future property

List<S> future

Read-only accessor to the future history states.

Implementation

List<S> get future => [..._future];