BatchUpdateLinkAttributes constructor

BatchUpdateLinkAttributes({
  1. required List<LinkAttributeUpdate> attributeUpdates,
  2. required TypedLinkSpecifier typedLinkSpecifier,
})

Implementation

BatchUpdateLinkAttributes({
  required this.attributeUpdates,
  required this.typedLinkSpecifier,
});