Facet constructor

Facet({
  1. FacetStyle? facetStyle,
  2. String? name,
  3. ObjectType? objectType,
})

Implementation

Facet({
  this.facetStyle,
  this.name,
  this.objectType,
});