TopPlurks constructor

TopPlurks({
  1. int? year,
  2. int? month,
  3. int? day,
  4. String? period,
  5. List<Plurk>? plurks,
  6. int? count,
})

Implementation

TopPlurks({this.year, this.month, this.day, this.period, this.plurks, this.count});