TypedLinkFacetAttributeUpdate constructor

TypedLinkFacetAttributeUpdate({
  1. required UpdateActionType action,
  2. required TypedLinkAttributeDefinition attribute,
})

Implementation

TypedLinkFacetAttributeUpdate({
  required this.action,
  required this.attribute,
});