Facet constructor
Facet({
- FacetStyle? facetStyle,
- String? name,
- ObjectType? objectType,
Implementation
Facet({
this.facetStyle,
this.name,
this.objectType,
});