Term constructor

Term({
  1. String? value,
  2. int offset = 0,
})

Implementation

Term({
  this.value,
  this.offset = 0,
});