beamLocationHistory property

List<BeamLocation<BeamState>> beamLocationHistory

The history of BeamLocations.

BeamLocation is inserted differently depending on configuration of preferUpdate, replaceCurrent, removeDuplicateHistory.

See _pushHistory.

Implementation

List<BeamLocation> get beamLocationHistory =>
    Beamer.of(this).beamLocationHistory;