TextMatch constructor
const
TextMatch({})
Implementation
const TextMatch({
required this.path,
required this.line,
required this.column,
required this.text,
this.before = const [],
this.after = const [],
});