ModeratorViewSettings constructor
ModeratorViewSettings(
- bool moderate,
- bool authorHead,
- bool authorColorHint,
- bool debugInfo,
- bool allowComment,
- bool createThreadBox,
- bool showOnlyRoot,
- String rootPage,
- int itemLimit,
- bool showHeader,
- bool encryptedItems,
- Set<
int> missingEncryptedMembers, - Map<
int, Uint8List> groupDecryptors, - int enforcedGroup,
- Map<
int, Uint8List> shortLinks, - Set<
int> xxStash, - bool sandbox,
- bool parseLinks,
- String nick,
- bool disallowWithNoAttachements,
- bool allowNSFW,
- String queriedAuthor,
- String queriedMentions,
- 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);