canPopBeamLocation property

bool canPopBeamLocation

Whether it is possible to popBeamLocation, i.e. there is more than 1 location in beamLocationHistory.

Implementation

bool get canPopBeamLocation => beamLocationHistory.length > 1;