Facet constructor

Facet(
  1. String? type,
  2. ByteSlice index,
  3. List<Feature> features
)

Implementation

Facet(this.type, this.index, this.features);