HierarchySegment constructor
const
HierarchySegment(
- String name, {
- Parameters? pathParams,
- Parameters? queryParams,
- List<
HierarchySegment> children = const [],
Default constructor
Implementation
const HierarchySegment(
this.name, {
this.pathParams,
this.queryParams,
this.children = const [],
});