MatchedSubstring constructor

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

Implementation

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