Bind constructor

const Bind(
  1. String method, [
  2. String path = ''
])

Implementation

const Bind(this.method, [this.path = '']);