StorageProfile class Null safety

inventory profile manager library

Inheritance

Constructors

StorageProfile(Client client)
inventory profile constructor

Properties

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

Methods

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