BatchDetachTypedLink constructor

BatchDetachTypedLink({
  1. required TypedLinkSpecifier typedLinkSpecifier,
})

Implementation

BatchDetachTypedLink({
  required this.typedLinkSpecifier,
});