Method constructor

const Method(
  1. String method, {
  2. bool optionalBody = false,
  3. String path = '',
  4. Map<String, String> headers = const {},
})

Implementation

const Method(
  this.method, {
  this.optionalBody = false,
  this.path = '',
  this.headers = const {},
});