ModeratorViewSettings constructor

ModeratorViewSettings(
  1. bool moderate,
  2. bool authorHead,
  3. bool authorColorHint,
  4. bool debugInfo,
  5. bool allowComment,
  6. bool createThreadBox,
  7. bool showOnlyRoot,
  8. String rootPage,
  9. int itemLimit,
  10. bool showHeader,
  11. bool encryptedItems,
  12. Set<int> missingEncryptedMembers,
  13. Map<int, Uint8List> groupDecryptors,
  14. int enforcedGroup,
  15. Map<int, Uint8List> shortLinks,
  16. Set<int> xxStash,
  17. bool sandbox,
  18. bool parseLinks,
  19. String nick,
  20. bool disallowWithNoAttachements,
  21. bool allowNSFW,
  22. String queriedAuthor,
  23. String queriedMentions,
  24. Set<int> excludedAuthors,
)

Implementation

ModeratorViewSettings(
    this.moderate,
    this.authorHead,
    this.authorColorHint,
    this.debugInfo,
    this.allowComment,
    this.createThreadBox,
    this.showOnlyRoot,
    this.rootPage,
    this.itemLimit,
    this.showHeader,
    this.encryptedItems,
    this.missingEncryptedMembers,
    this.groupDecryptors,
    this.enforcedGroup,
    this.shortLinks,
    this.xxStash,
    this.sandbox,
    this.parseLinks,
    this.nick,
    this.disallowWithNoAttachements,
    this.allowNSFW,
    this.queriedAuthor,
    this.queriedMentions,
    this.excludedAuthors);