CosmeticLocker class
Fortnite Athena cosmetic locker item object
- Inheritance
-
- Object
- ProfileItem
- CosmeticLocker
Constructors
-
CosmeticLocker(Client client, {required String id, required FortniteProfile profileId, required String templateId, required Map<
String, dynamic> attributes, required int quantity}) - Athena cosmetic locker
Properties
-
attributes
↔ Map<
String, dynamic> -
attributes of the item
getter/setter pairinherited
- backpack → String?
-
get backpack of cosmetic locker
no setter
- character → String?
-
get character of cosmetic locker
no setter
- client ↔ Client
-
main client
getter/setter pairinherited
-
emotes
→ List<
String> -
get emotes of cosmetic locker
no setter
- favorite → String
-
is the item favourite
no setter
- glider → String?
-
get glider of cosmetic locker
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
-
itemWraps
→ List<
String> -
get items wraps of cosmetic locker
no setter
- loadingScreen → String?
-
loading screen of cosmetic locker
no setter
- musicPack → String?
-
music pack of cosmetic locker
no setter
- name → String
-
item's name
no setter
- pickaxe → String?
-
get pickaxe of cosmetic locker
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
- skyDivingContrail → String?
-
get sky diving contrail of cosmetic locker
no setter
- templateId ↔ String
-
template if of the item
getter/setter pairinherited
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