Route constructor

Route(
  1. String path,
  2. List<Function> handlers
)

Implementation

Route(this.path, this.handlers);