FieldToMatch constructor

FieldToMatch({
  1. AllQueryArguments? allQueryArguments,
  2. Body? body,
  3. Method? method,
  4. QueryString? queryString,
  5. SingleHeader? singleHeader,
  6. SingleQueryArgument? singleQueryArgument,
  7. UriPath? uriPath,
})

Implementation

FieldToMatch({
  this.allQueryArguments,
  this.body,
  this.method,
  this.queryString,
  this.singleHeader,
  this.singleQueryArgument,
  this.uriPath,
});