Route.all constructor

const Route.all(
  1. String route
)

Route all requests matching route to annotated method.

Implementation

const Route.all(this.route) : verb = r'$all';