TermGoogle constructor

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

Implementation

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