TimelineGetPlurk constructor

TimelineGetPlurk({
  1. required int plurkId,
  2. bool? favorersDetail,
  3. bool? limitedDetail,
  4. bool? replurkersDetail,
})

Implementation

TimelineGetPlurk({
  required this.plurkId,
  this.favorersDetail,
  this.limitedDetail,
  this.replurkersDetail,
});