ModeratorViewSettings class

Constructors

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)

Properties

allowComment bool
final
allowNSFW bool
getter/setter pair
authorColorHint bool
final
authorHead bool
final
createThreadBox bool
final
debugInfo bool
final
disallowWithNoAttachements bool
getter/setter pair
encryptedItems bool
final
enforcedGroup int
final
excludedAuthors Set<int>
getter/setter pair
groupDecryptors Map<int, Uint8List>
final
hashCode int
The hash code for this object.
no setterinherited
itemLimit int
final
missingEncryptedMembers Set<int>
final
moderate bool
final
nick String
getter/setter pair
final
queriedAuthor String
final
queriedMentions String
final
rootPage String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sandbox bool
final
final
showHeader bool
final
showOnlyRoot bool
final
xxStash Set<int>
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited