Term constructor

Term({
  1. String term = '',
  2. int count = 0,
})

Implementation

Term({
  this.term = '',
  this.count = 0,
});