canPopBeamLocation property

bool get canPopBeamLocation
inherited

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

Implementation

bool get canPopBeamLocation => beamingHistory.length > 1;