currentBeamPages property

List<BeamPage> currentBeamPages

currentBeamLocation's "effective" pages, the ones that were built.

Implementation

List<BeamPage> get currentBeamPages => Beamer.of(this).currentPages;