Bind constructor Null safety

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

Implementation

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