CreateLinks constructor

CreateLinks({
  1. List<Collection>? self,
  2. List<Collection>? collection,
})

Implementation

CreateLinks({
  this.self,
  this.collection,
});