Term constructor

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

Implementation

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