Links constructor

Links({
  1. int? droppedLinksCount,
  2. List<Link>? link,
})

Implementation

Links({
  this.droppedLinksCount,
  this.link,
});