CampaignProfile class Null safety

campaign profile manager library

Inheritance

Constructors

CampaignProfile(Client client)
campaign profile object

Properties

accountId String
account id of the profile
read / write, inherited
accountResources List<AccountResource>
get account resources of the profile
read-only
client Client
The master client
late, final, inherited
commandoHeroes List<STWHero>
commando type heroes of the profile
read-only
constructorHeroes List<STWHero>
constructor type heroes of the profile
read-only
created DateTime
When the profile was created
read / write, inherited
hashCode int
The hash code for this object. [...]
read-only, inherited
heroes List<STWHero>
get stw heroes of the profile
read-only
initialized bool
is the profile initialized
read / write, inherited
items List<ProfileItem>
profile items
read / write, inherited
managers List<STWWorker>
get manager workers of the profile
read-only
ninjaHeroes List<STWHero>
ninja type heroes of the profile
read-only
outlanderHeroes List<STWHero>
outlander type heroes of the profile
read-only
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
schematics List<STWSchematic>
get stw schematics of the profile
read-only
serverTime DateTime
time of epic servers
read / write, inherited
stats Map<String, dynamic>
profile stats
read / write, inherited
traps List<STWSchematic>
get stw trap of the profile
read-only
updated DateTime
When the profile was last updated
read / write, inherited
weapons List<STWSchematic>
get stw weapons of the profile
read-only
workers List<STWWorker>
get workers of the profile
read-only

Methods

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