GetBlocklistArguments constructor

GetBlocklistArguments({
  1. int? first,
  2. BlocklistCursor? after,
  3. int? last,
  4. BlocklistCursor? before,
})

Implementation

GetBlocklistArguments({
  this.first,
  this.after,
  this.last,
  this.before,
});