future property
List<S>
get
future
Read-only accessor to the future history states.
Implementation
List<S> get future => [..._future];
Read-only accessor to the future history states.
List<S> get future => [..._future];