Method constructor

const Method(
  1. String method, {
  2. String url = "/",
  3. Map<String, String> headers = const {},
  4. bool authenticated = true,
})

Implementation

const Method(this.method,
    {this.url: "/", this.headers: const {}, this.authenticated = true});