SubredditLinkFlairTemplates class

Provides functions to interact with link flair templates.

Inheritance

Properties

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

Methods

add(String text, {String cssClass = '', bool textEditable = false}) Future<void>
Add a link flair template to the subreddit.
call() Stream<FlairTemplate>
A Stream of the subreddit's link flair templates.
clear() Future<void>
Remove all link flair templates from the subreddit.
delete(String templateId) Future<void>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
update(String templateId, String text, {String cssClass = '', bool textEditable = false}) Future<void>
inherited

Operators

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