WikiPageModeration class

Provides a set of moderation functions for a WikiPageRef.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
wikiPage WikiPageRef
final

Methods

add(dynamic redditor) Future<void>
Add an editor to this WikiPageRef.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
remove(dynamic redditor) Future<void>
Remove an editor from this WikiPageRef.
settings() Future<WikiPageSettings>
The settings for this WikiPageRef.
toString() String
A string representation of this object.
inherited
update(bool listed, WikiPermissionLevel permissionLevel) Future<WikiPageSettings>
Updates the settings for this WikiPageRef.

Operators

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