StatsGetAnonymousPlurks constructor

StatsGetAnonymousPlurks({
  1. String lang = 'zh',
  2. int offset = 0,
  3. int limit = 200,
})

Implementation

StatsGetAnonymousPlurks({
  this.lang = 'zh',
  this.offset = 0,
  this.limit = 200,
});