SubRoute constructor

SubRoute(
  1. String segment, {
  2. Component? child,
  3. bool? handleUnknownAsRoot,
  4. Component? root,
})

Implementation

SubRoute(this.segment, {this.child, this.handleUnknownAsRoot, this.root});