FacetAttributeUpdate constructor

FacetAttributeUpdate({
  1. UpdateActionType? action,
  2. FacetAttribute? attribute,
})

Implementation

FacetAttributeUpdate({
  this.action,
  this.attribute,
});