WikiPageSettings class

Contains the current settings of a WikiPageRef.

Properties

data Map?
no setter
editors List<Redditor>
A list of Redditors who are approved to edit this wiki page.
no setter
hashCode int
The hash code for this object.
no setterinherited
listed bool
Whether the wiki page is listed and visible for non-moderators.
no setter
permissionLevel WikiPermissionLevel
Who can edit this wiki page.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
wikiPage WikiPageRef
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
refresh() Future<WikiPageSettings>
Retrieve the most up-to-date settings and update in-place.
toString() String
A string representation of this object.
override

Operators

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