Plurk constructor

Plurk({
  1. int? ownerId,
  2. int? plurkId,
  3. int? userId,
  4. String? posted,
  5. int? replurkerId,
  6. String? qualifier,
  7. String? content,
  8. String? contentRaw,
  9. String? lang,
  10. int? responseCount,
  11. int? responsesSeen,
  12. String? limitedTo,
  13. String? excluded,
  14. Comment? noComments,
  15. int? plurkType,
  16. int? isUnread,
  17. String? lastEdited,
  18. bool? porn,
  19. bool? publishToFollowers,
  20. int? coins,
  21. bool? hasGift,
  22. List<int>? favorers,
  23. int? favoriteCount,
  24. bool? replurked,
  25. List<int>? replurkers,
  26. int? replurkersCount,
  27. bool? replurkable,
  28. bool? anonymous,
  29. int? responded,
  30. int? mentioned,
  31. bool? favorite,
  32. bool? bookmark,
  33. String? qualifierTranslated,
  34. User? owner,
})

Implementation

Plurk(
    {this.ownerId,
    this.plurkId,
    this.userId,
    this.posted,
    this.replurkerId,
    this.qualifier,
    this.content,
    this.contentRaw,
    this.lang,
    this.responseCount,
    this.responsesSeen,
    this.limitedTo,
    this.excluded,
    this.noComments,
    this.plurkType,
    this.isUnread,
    this.lastEdited,
    this.porn,
    this.publishToFollowers,
    this.coins,
    this.hasGift,
    this.favorers,
    this.favoriteCount,
    this.replurked,
    this.replurkers,
    this.replurkersCount,
    this.replurkable,
    this.anonymous,
    this.responded,
    this.mentioned,
    this.favorite,
    this.bookmark,
    this.qualifierTranslated,
    this.owner});