SpamAssassinRule constructor

const SpamAssassinRule({
  1. double score = 0.0,
  2. String rule = '',
  3. String description = '',
})

Implementation

const SpamAssassinRule({
  this.score = 0.0,
  this.rule = '',
  this.description = '',
});