Snippet constructor

Snippet({
  1. List<MatchRange>? matchRanges,
  2. String? snippet,
})

Implementation

Snippet({
  this.matchRanges,
  this.snippet,
});