HttpMethod constructor

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

Implementation

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