getStates property

List<BasicShape> getStates

It's a getter that returns the past states of the board.

Implementation

List<BasicShape> get getStates => _states;