CommonCoreProfile class Null safety

common core profile manager library

Inheritance

Constructors

CommonCoreProfile(Client client)
common core profile object

Properties

accountId String
account id of the profile
read / write, 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
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
receipts List<String>
get epic purchase receipts for the 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
serverTime DateTime
time of epic servers
read / write, inherited
stats Map<String, dynamic>
profile stats
read / write, inherited
supportedCreator String
get currently supported creator by the profile. it is an empty string if no creator is supported by the profile.
read-only
totalVbucks int
get total vbucks of profile
read-only
totalVbucksPurchased int
get total vbucks purchased till now of profile
read-only
updated DateTime
When the profile was last updated
read / write, inherited
vbucksBreakdown List<MtxItem>
get vbucks breakdown of profile
read-only
vbucksPurchased Map
get total vbucks purchased till now of profile in breakdown
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