Snippet constructor
Snippet({
- List<
MatchRange> ? matchRanges, - String? snippet,
Implementation
Snippet({this.matchRanges, this.snippet});
Snippet({this.matchRanges, this.snippet});