MatchedSubstring constructor

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

Implementation

factory MatchedSubstring({
  int? length,
  int? offset,
}) = _MatchedSubstring;