TimelineGetPlurks constructor

TimelineGetPlurks({
  1. DateTime? offset,
  2. int? limit,
  3. PlurkFilter? filter,
  4. bool? favorersDetail,
  5. bool? limitedDetail,
  6. bool? replurkersDetail,
})

Implementation

TimelineGetPlurks({
  this.offset,
  this.limit,
  this.filter,
  this.favorersDetail,
  this.limitedDetail,
  this.replurkersDetail,
});