CampaignProfile class Null safety
campaign profile manager library
- Inheritance
- Object
- McpProfile
- CampaignProfile
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
-
fortStats
→ Map<
String, int> -
get total FORT stats of the profile.
this is the sum of FORT stats of survivorFORT and researchFORT.
read-only
- 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
- powerLevel → num
-
returns power level rating of profile
read-only
- powerLevelCurve ↔ CurveTable
-
power level curve table reader
read / write
- profileId ↔ FortniteProfile
-
The profile id of mcp profile
read / write, inherited
-
researchFORT
→ Map<
String, int> -
get FORT stats by research of profile
read-only
- 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
-
survivorFORT
→ Map<
String, int> -
get FORT stats from survivor squads.
read-only
-
survivorSquads
→ Map<
String, List< STWWorker> > -
returns survivor squads of the profile.
there are 8 survivors squads in total.
each squad can have a max of 8 survivors.
read-only
-
traps
→ List<
STWSchematic> -
get stw trap of the profile
read-only
- updated ↔ DateTime
-
When the profile was last updated
read / write, inherited
-
venturesFORT
→ Map<
String, int> -
get ventures FORT stats of profile
read-only
-
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(
String? accId) → 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