DaravelRoute constructor
DaravelRoute(
- String method,
- String path,
- Function? handler, {
- List<
DaravelRoute> routes = const [],
Implementation
DaravelRoute(
this.method,
this.path,
this.handler, {
this.routes = const [],
});