canPopBeamLocation property

bool canPopBeamLocation

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

Implementation

bool get canPopBeamLocation => beamingHistory.length > 1;