BodySniff constructor

BodySniff({
  1. required bool enabled,
  2. String? regex,
  3. String? template,
})

Implementation

BodySniff({
  required this.enabled,
  this.regex,
  this.template,
});