UserContentInitialized mixin

Implemented types
Mixin Applications

Properties

data Map?
Returns the raw properties dictionary for this object.
no setterinherited
fullname String?
The fullname of a Reddit object.
no setterinherited
gold int
The amount of gold gilded to this UserContent.
no setter
hashCode int
The hash code for this object.
no setterinherited
id String?
The id of a Reddit object.
no setterinherited
infoParams Map<String, String>?
no setterinherited
infoPath String
no setterinherited
modReports List<List<String>>
A List of reports made by moderators.
no setter
platinum int
The amount of platinum gilded to this UserContent.
no setter
reddit Reddit
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
saved bool
True if the currently authenticated user has marked this content as saved.
no setter
silver int
The amount of silver gilded to this UserContent.
no setter
userReports List<List>
A List of reports made by users.
no setter

Methods

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