SmartpubChecksConfig constructor

const SmartpubChecksConfig({
  1. bool unused = true,
  2. bool missing = true,
  3. bool promotions = true,
})

Implementation

const SmartpubChecksConfig({
  this.unused = true,
  this.missing = true,
  this.promotions = true,
});