BatchUpdateLinkAttributes constructor
BatchUpdateLinkAttributes({
- required List<
LinkAttributeUpdate> attributeUpdates, - required TypedLinkSpecifier typedLinkSpecifier,
Implementation
BatchUpdateLinkAttributes({
required this.attributeUpdates,
required this.typedLinkSpecifier,
});