BeamerLocationBuilder class

A pre-made builder to be used for BeamerDelegate.locationBuilder.

Determines the appropriate BeamLocation from the list and populates it with configured state.

Constructors

BeamerLocationBuilder({required List<BeamLocation<RouteInformationSerializable>> beamLocations})
Creates a BeamerLocationBuilder with specified property.

Properties

beamLocations List<BeamLocation<RouteInformationSerializable>>
List of all BeamLocations that this builder handles.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

call(RouteInformation routeInformation, BeamParameters? beamParameters) BeamLocation<RouteInformationSerializable>
Makes this callable as LocationBuilder.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited