DeleteLinks constructor

DeleteLinks({
  1. List<Collection>? self,
  2. List<Collection>? collection,
  3. List<Collection>? customer,
})

Implementation

DeleteLinks({
  this.self,
  this.collection,
  this.customer,
});