SubredditWiki class

Provides a set of wiki functions to a Subreddit.

Constructors

SubredditWiki(SubredditRef _subreddit)

Properties

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

Methods

create(String name, String content, {String? reason}) Future<WikiPage>
Creates a new WikiPage.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
revisions() Stream<WikiEdit>
A Stream of WikiEdit objects, which represent revisions made to this wiki.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited
operator [](String page) WikiPageRef
Creates a WikiPageRef for the wiki page named page.