SmartpubConfig constructor

const SmartpubConfig({
  1. List<String> ignore = const <String>[],
  2. List<String> exclude = const <String>[],
  3. bool allowPins = false,
  4. bool failOnViolations = true,
  5. SmartpubChecksConfig checks = const SmartpubChecksConfig(),
})

Implementation

const SmartpubConfig({
  this.ignore = const <String>[],
  this.exclude = const <String>[],
  this.allowPins = false,
  this.failOnViolations = true,
  this.checks = const SmartpubChecksConfig(),
});