Trophy class

A Class representing an award or trophy

Inheritance
Mixed in types

Constructors

Trophy.parse(Reddit reddit, Map? data)

Properties

awardId String?
The ID of the Trophy (Can be None).
no setter
data Map?
Returns the raw properties dictionary for this object.
no setterinherited
description String?
The description of the Trophy (Can be None).
no setter
fullname String?
The fullname of a Reddit object.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
icon_40 String?
The URL of a 41x41 px icon for the Trophy.
no setter
icon_70 String?
The URL of a 71x71 px icon for the Trophy.
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
name String?
The name of the Trophy.
no setter
reddit Reddit
The current Reddit instance.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
url String?
A relevant URL (Can be None).
no setter

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
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