StorageProfile class

inventory profile manager library

Inheritance

Constructors

StorageProfile(Client client)
inventory profile constructor

Properties

accountId String
account id of the profile
getter/setter pairinherited
ammo Iterable<STWAmmo>
get ammo
no setterinherited
client Client
The master client
latefinalinherited
created DateTime
When the profile was created
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
ingredients Iterable<STWIngredient>
get ingredients
no setterinherited
initialized bool
is the profile initialized
getter/setter pairinherited
items List<ProfileItem>
profile items
getter/setter pairinherited
profileId FortniteProfile
The profile id of mcp profile
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
rvn int
number of profile revisions
getter/setter pairinherited
serverTime DateTime
time of epic servers
getter/setter pairinherited
stats Map<String, dynamic>
profile stats
getter/setter pairinherited
traps Iterable<STWTrap>
get traps
no setterinherited
updated DateTime
When the profile was last updated
getter/setter pairinherited
weapons Iterable<STWWeapon>
get weapons
no setterinherited
worldItems Iterable<STWWorldItem>
get world items
no setterinherited

Methods

confirmInitialized() bool
inherited
init() Future
init the profile
inherited
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