ModeratorEntrySet class

Properties

all List<ModeratorEntry>
no setter
attachmentsWeightInBytes int
getter/setter pair
currentThread List<ModeratorEntry>
no setter
currentThreadRoot ModeratorEntry?
getter/setter pair
droppedAttachements List<String>
getter/setter pair
groups List<ModeratorEntry>
no setter
hashCode int
The hash code for this object.
no setterinherited
idx int
getter/setter pair
isPrimed bool
no setter
latestMine ModeratorEntry?
no setter
no setter
latestThreads List<ModeratorEntry>
no setter
mentionsWithPopularity Map<String, int>
no setter
posts List<ModeratorEntry>
no setter
root ModeratorEntry?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searchable Map<String, int>
no setter
tagsWithPopularity Map<String, int>
no setter
threads List<ModeratorEntry>
no setter
toJson String
no setter
xxWants List<String>
no setter

Methods

add(ModeratorEntry m) bool
authoredBy(String a) List<ModeratorEntry>
authors(String a) List<ModeratorEntry>
blobs(String a) List<ModeratorEntry>
childrenOf(int parent) List<ModeratorEntry>
drop(int keyHint) bool
excludeTags(List<String> l) → dynamic
filterBy(String a) List<ModeratorEntry>
findParentKey(ModeratorEntry m) int
mentioning(String a) List<ModeratorEntry>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
read(String shortLink) ModeratorEntry?
satisfyXXwant(int k, int h) bool
taggedAs(String a) List<ModeratorEntry>
toString() String
A string representation of this object.
inherited

Operators

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