Terms constructor

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

Implementation

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