HistoryElement constructor

const HistoryElement(
  1. RouteInformation routeInformation, [
  2. BeamParameters parameters = const BeamParameters()
])

Creates a HistoryElement with specified properties.

routeInformation must not be null.

Implementation

const HistoryElement(
  this.routeInformation, [
  this.parameters = const BeamParameters(),
]);