MatchedSubstring constructor

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

Implementation

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