MatchedSubstrings constructor

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

Implementation

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