Term constructor

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

Implementation

factory Term({
  int? offset,
  String? value,
}) = _Term;