BeamLocation<T extends RouteInformationSerializable> constructor

BeamLocation<T extends RouteInformationSerializable>([
  1. RouteInformation? routeInformation,
  2. BeamParameters? beamParameters
])

Creates a BeamLocation with specified properties.

All attributes can be null.

Implementation

BeamLocation([
  RouteInformation? routeInformation,
  BeamParameters? beamParameters,
]) {
  create(routeInformation, beamParameters);
}