RedditBaseInitializedMixin class abstract

Implementers

Properties

data Map?
Returns the raw properties dictionary for this object.
no setter
fullname String?
The fullname of a Reddit object.
no setter
hashCode int
The hash code for this object.
no setterinherited
id String?
The id of a Reddit object.
no setter
infoParams Map<String, String>?
no setter
infoPath String
no setter
reddit Reddit
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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.
toString() String
A string representation of this object.
override

Operators

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