MatchedSubstring constructor

const MatchedSubstring({
  1. required num offset,
  2. required num length,
})

Implementation

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