IGameAssets class abstract

Constructors

IGameAssets()

Properties

activity IActivity
Reference to the IActivity.
read-only
hashCode int
The hash code for this object.
read-onlyinherited
largeImage String?
The id for a large asset of the activity, usually a snowflake.
read-only
largeText String?
Text displayed when hovering over the large image of the activity.
read-only
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
smallImage String?
The id for a small asset of the activity, usually a snowflake
read-only
smallText String?
Text displayed when hovering over the small image of the activity
read-only

Methods

largeImageUrl({String format = 'webp', int? size}) String?
Returns CDN URL to the large image.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
smallImageUrl({String format = 'webp', int? size}) String?
Returns CDN URL to the small image.
toString() String
A string representation of this object.
inherited

Operators

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