RouteAsPath constructor

RouteAsPath({
  1. List<int> asLists = const [],
  2. String? pathSegmentType,
})

Implementation

RouteAsPath({this.asLists = const [], this.pathSegmentType})
  : super(fullyQualifiedName);