Method constructor

const Method(
  1. String method,
  2. String path, {
  3. bool autoCastResponse = true,
})

Implementation

const Method(
  this.method,
  this.path, {
  this.autoCastResponse = true,
});