Route constructor

Route(
  1. String verb,
  2. String path,
  3. Handler handler
)

Implementation

Route(this.verb, this.path, this.handler);