MainTextMatchedSubstrings constructor

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

Implementation

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