AthenaCosmetic class

Fortnite Athena cosmetic item object

Inheritance

Constructors

AthenaCosmetic(Client client, {required String id, required FortniteProfile profileId, required String templateId, required Map<String, dynamic> attributes, required int quantity})
Athena cosmetic

Properties

attributes Map<String, dynamic>
attributes of the item
getter/setter pairinherited
client Client
main client
getter/setter pairinherited
favorite String
is the item favourite
no setter
giftedFrom String?
item gifted from
no setter
hashCode int
The hash code for this object.
no setterinherited
id String
unique id of the item
getter/setter pairinherited
isFavourite bool
is the item favourite
no setterinherited
isGifted bool
is the item gifted from a player
no setter
profileId FortniteProfile
profile id of the item
getter/setter pairinherited
quantity int
quantity of the item
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
seen bool
is the item seen
no setter
templateId String
template if of the item
getter/setter pairinherited
type String
type of cosmetic
no setter
variants List<AthenaCosmeticVariant>
variants of item
no setter

Methods

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