HotLinksGetLinks constructor

HotLinksGetLinks({
  1. int? offset,
  2. int? count,
})

Implementation

HotLinksGetLinks({
  this.offset,
  this.count,
});