Objector class

Converts responses from the Reddit API into instances of RedditBase.

Inheritance

Constructors

Objector(Reddit reddit)

Properties

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

Methods

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
objectify(dynamic data) → dynamic
Converts a response from the Reddit API into an instance of RedditBase or a container of RedditBase objects.
toString() String
A string representation of this object.
inherited

Operators

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