CosmeticLocker class Null safety
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
read / writeinherited
- backpack → String?
-
get backpack of cosmetic locker
read-only
- character → String?
-
get character of cosmetic locker
read-only
- client ↔ Client
-
main client
read / writeinherited
-
emotes
→ List<
String> -
get emotes of cosmetic locker
read-only
- favorite → String
-
is the item favourite
read-only
- glider → String?
-
get glider of cosmetic locker
read-only
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- id ↔ String
-
unique id of the item
read / writeinherited
- isFavourite → bool
-
is the item favourite
read-onlyinherited
-
itemWraps
→ List<
String> -
get items wraps of cosmetic locker
read-only
- loadingScreen → String?
-
loading screen of cosmetic locker
read-only
- musicPack → String?
-
music pack of cosmetic locker
read-only
- name → String
-
item's name
read-only
- pickaxe → String?
-
get pickaxe of cosmetic locker
read-only
- profileId ↔ FortniteProfile
-
profile id of the item
read / writeinherited
- quantity ↔ int
-
quantity of the item
read / writeinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- seen → bool
-
is the item seen
read-only
- skyDivingContrail → String?
-
get sky diving contrail of cosmetic locker
read-only
- templateId ↔ String
-
template if of the item
read / writeinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited