FacetAttributeReference constructor

FacetAttributeReference({
  1. required String targetAttributeName,
  2. required String targetFacetName,
})

Implementation

FacetAttributeReference({
  required this.targetAttributeName,
  required this.targetFacetName,
});