RedditBase class abstract

A base class for most DRAW objects which handles lazy-initialization of objects and Reddit API request state.

Implementers

Constructors

RedditBase(Reddit reddit)
RedditBase.withPath(Reddit reddit, String infoPath)

Properties

hashCode int
The hash code for this object.
no setterinherited
infoParams Map<String, String>?
no setter
infoPath String
The base request format for the current object.
no setter
reddit Reddit
The current Reddit instance.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

fetch() Future
Requests the data associated with the current object.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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