CommonCoreProfile class

common core profile manager library

Inheritance

Constructors

CommonCoreProfile(Client client)
common core profile object

Properties

accountId String
account id of the profile
getter/setter pairinherited
client Client
The master client
latefinalinherited
created DateTime
When the profile was created
getter/setter pairinherited
currentMtxPlatform String
get vbucks platform
no setter
hasCampaignAccess bool
has campaign access
no setter
hashCode int
The hash code for this object.
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
receipts List<String>
get epic purchase receipts for the profile
no setter
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
supportedCreator String
get currently supported creator by the profile. it is an empty string if no creator is supported by the profile.
no setter
totalVbucks int
get total vbucks of profile
no setter
totalVbucksPurchased int
get total vbucks purchased till now of profile
no setter
updated DateTime
When the profile was last updated
getter/setter pairinherited
vbucksBreakdown List<MtxItem>
get vbucks breakdown of profile
no setter
vbucksPurchased Map
get total vbucks purchased till now of profile in breakdown
no setter

Methods

confirmInitialized() bool
inherited
init() Future
init the profile
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setMtxPlatform(String platform) Future<void>
set vbucks platform
setSupportedCreator(String newCreator) Future<void>
change currently supported creator by the profile.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited