BatchAttachTypedLinkResponse constructor

BatchAttachTypedLinkResponse({
  1. TypedLinkSpecifier? typedLinkSpecifier,
})

Implementation

BatchAttachTypedLinkResponse({
  this.typedLinkSpecifier,
});