Facet constructor

Facet({
  1. String? documentAttributeKey,
})

Implementation

Facet({
  this.documentAttributeKey,
});