DeleteLinks constructor
DeleteLinks({
- List<
Collection> ? self, - List<
Collection> ? collection, - List<
Collection> ? customer,
Implementation
DeleteLinks({
this.self,
this.collection,
this.customer,
});