FacetInfo constructor

FacetInfo(
  1. int start,
  2. int end,
  3. String text,
  4. Feature? feature,
)

Implementation

FacetInfo(this.start, this.end, this.text, this.feature);