preferUpdate property

bool preferUpdate
final

Whether to prefer updating currentBeamLocation if it's of the same type as the BeamLocation being beamed to, instead of adding it to beamLocationHistory.

See how this is used at _pushHistory implementation.

Implementation

final bool preferUpdate;