Route.all constructor
const
Route.all(
- String route
Route all requests matching route to annotated method.
Implementation
const Route.all(this.route) : verb = r'$all';
Route all requests matching route to annotated method.
const Route.all(this.route) : verb = r'$all';