AttachTypedLinkResponse constructor

AttachTypedLinkResponse({
  1. TypedLinkSpecifier? typedLinkSpecifier,
})

Implementation

AttachTypedLinkResponse({
  this.typedLinkSpecifier,
});