FacetAttribute constructor

FacetAttribute({
  1. required String name,
  2. FacetAttributeDefinition? attributeDefinition,
  3. FacetAttributeReference? attributeReference,
  4. RequiredAttributeBehavior? requiredBehavior,
})

Implementation

FacetAttribute({
  required this.name,
  this.attributeDefinition,
  this.attributeReference,
  this.requiredBehavior,
});