Multireddit class
A class which represents a Multireddit, which is a collection of Subreddits.
- Inheritance
-
- Object
- RedditBase
- Multireddit
- Mixed-in types
Constructors
- Multireddit.parse(Reddit reddit, Map data)
Properties
-
The Redditor associated with this multireddit.
no setter
- canEdit → bool
-
Does the currently authenticated User have the privilege to edit this
multireddit.
no setter
- createdUtc → DateTime
-
When was this Multireddit created.
no setter
- data → Map?
-
Returns the raw properties dictionary for this object.
no setterinherited
- displayName → String
-
The displayName given to the Multireddit.
no setter
- fullname → String?
-
The fullname of a Reddit object.
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- iconName → IconName?
-
The IconName associated with this multireddit.
no setter
- id → String?
-
The id of a Reddit object.
no setterinherited
-
infoParams
→ Map<
String, String> ? -
no setterinherited
- infoPath → String
-
The base request format for the current object.
no setterinherited
- keyColor → Color
-
no setter
- over18 → bool
-
Does this multireddit require visitors to be over the age of 18.
no setter
- reddit → Reddit
-
The current Reddit instance.
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
subreddits
→ List<
SubredditRef> -
no setter
- visibility → Visibility?
-
The visibility of this multireddit.
no setter
- weightingScheme → WeightingScheme?
-
The weightingScheme of this multireddit.
no setter
Methods
-
add(
dynamic subreddit) → Future< void> - Add a Subreddit to this Multireddit.
-
copy(
[String? multiName]) → Future< Multireddit> - Copy this Multireddit, and return the new Multireddit of type Future.
-
delete(
) → Future< void> - Delete this Multireddit.
-
fetch(
) → Future -
Requests the data associated with the current object.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
refresh(
) → Future -
Requests updated information from the Reddit API and updates the current
object properties.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited