beamLocationHistory property

List<BeamLocation<BeamState>> beamLocationHistory
final

The history of BeamLocations.

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

See _pushHistory.

Implementation

final List<BeamLocation> beamLocationHistory = [];