Header constructor

Header({
  1. String? glob,
  2. Map<String, String>? headers,
  3. String? regex,
})

Implementation

Header({
  this.glob,
  this.headers,
  this.regex,
});