canBeamBack property

bool canBeamBack

Whether it is possible to beamBack, i.e. there is more than 1 entry in beamingHistoryCompleteLength.

Implementation

bool get canBeamBack => beamingHistoryCompleteLength > 1;