MinRouteItem constructor

MinRouteItem({
  1. String? path,
  2. Function? handler,
  3. Iterable<Match>? matches,
  4. List? middlewares,
  5. bool? hasParam,
})

Implementation

MinRouteItem(
    {this.path, this.handler, this.matches, this.middlewares, this.hasParam});