RegexPatternMatched<T> constructor
const
RegexPatternMatched<T> ({})
Implementation
const RegexPatternMatched({
required this.text,
required this.start,
required this.end,
required this.pattern,
this.type,
});