GuardShowPage constructor

GuardShowPage(
  1. RouteInformation routeInformation,
  2. BeamPage beamPage
)

Creates a GuardShowPage BeamLocation with RouteInformation(location: path) as its state.

Implementation

GuardShowPage(
  this.routeInformation,
  this.beamPage,
) : super(routeInformation);