RouteAsPath constructor

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

Implementation

RouteAsPath({
  this.asLists,
  this.pathSegmentType,
});