TimelinePlurkEdit constructor

TimelinePlurkEdit({
  1. required int plurkId,
  2. required String content,
  3. List<int>? limitedTo,
  4. Comment? noComment,
  5. List<int>? excluded,
  6. int? replurkable,
  7. int? porn,
})

Implementation

TimelinePlurkEdit({
  required this.plurkId,
  required this.content,
  this.limitedTo,
  this.noComment,
  this.excluded,
  this.replurkable,
  this.porn,
});