MatchedSubstringGoogle constructor

MatchedSubstringGoogle({
  1. int? length,
  2. int? offset,
})

Implementation

MatchedSubstringGoogle({
  this.length,
  this.offset,
});