ListLinksResponse constructor

ListLinksResponse({
  1. List<Link>? links,
  2. String? nextPageToken,
})

Implementation

ListLinksResponse({
  this.links,
  this.nextPageToken,
});