ModeratorEntry constructor

ModeratorEntry(
  1. ThicketContainerSubType type,
  2. String author,
  3. Uint8List _body,
  4. Uint8List _shortlink,
  5. int keyHint,
  6. int bl,
  7. int pp,
  8. String colour,
  9. String avatar,
  10. String _nick,
  11. bool isReply,
  12. bool isRoot,
  13. bool isPost,
  14. bool isAnonymous,
  15. bool pawMatch,
  16. bool muted,
  17. bool isGroupParent,
  18. bool isHidden,
  19. bool isHiddenDecrypted,
  20. String attachmentLink,
)

Implementation

ModeratorEntry(
    this.type,
    this.author,
    this._body,
    this._shortlink,
    this.keyHint,
    this.bl,
    this.pp,
    this.colour,
    this.avatar,
    this._nick,
    this.isReply,
    this.isRoot,
    this.isPost,
    this.isAnonymous,
    this.pawMatch,
    this.muted,
    this.isGroupParent,
    this.isHidden,
    this.isHiddenDecrypted,
    this.attachmentLink);