TimelinePlurkAdd constructor

TimelinePlurkAdd({
  1. required String content,
  2. required PlurkQualifier qualifier,
  3. List<int>? limitedTo,
  4. Comment? noComment,
  5. String? lang,
  6. List<int>? excluded,
  7. int? replurkable,
  8. int? porn,
  9. int? anonymous,
  10. int? publishToFollowers,
  11. int? publishToAnonymous,
  12. int? uid,
})

Implementation

TimelinePlurkAdd({
  required this.content,
  required this.qualifier,
  this.limitedTo,
  this.noComment,
  this.lang,
  this.excluded,
  this.replurkable,
  this.porn,
  this.anonymous,
  this.publishToFollowers,
  this.publishToAnonymous,
  this.uid,
});