Facet constructor

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

Implementation

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