Route constructor

const Route(
  1. String method,
  2. String path
)

Implementation

const Route(this.method, this.path);