isCurrent property

bool isCurrent

Whether this BeamLocation is currently in use by BeamerDelegate.

This influences on the behavior of create that gets called on existing BeamLocations when using BeamerLocationBuilder that uses Utils.chooseBeamLocation.

Implementation

bool get isCurrent => _isCurrent;