HyperRoute<T extends RouteValue> constructor
HyperRoute<T extends RouteValue> ({
- List<
HyperRoute< children = const [],RouteValue> >
Implementation
HyperRoute({
this.children = const [],
}) {
for (final child in children) {
child.parent = this;
}
}