GetLinksResponse constructor

GetLinksResponse({
  1. List<Link>? links,
  2. String? nextToken,
})

Implementation

GetLinksResponse({
  this.links,
  this.nextToken,
});