CommonCoreProfile class Null safety
common core profile manager library
- Inheritance
-
- Object
- McpProfile
- CommonCoreProfile
Constructors
- CommonCoreProfile(Client client)
- common core profile object
Properties
- accountId ↔ String
-
account id of the profile
read / writeinherited
- client ↔ Client
-
The master client
latefinalinherited
- created ↔ DateTime
-
When the profile was created
read / writeinherited
- currentMtxPlatform → String
-
get vbucks platform
read-only
- hasCampaignAccess → bool
-
has campaign access
read-only
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- initialized ↔ bool
-
is the profile initialized
read / writeinherited
-
items
↔ List<
ProfileItem> -
profile items
read / writeinherited
- profileId ↔ FortniteProfile
-
The profile id of mcp profile
read / writeinherited
-
receipts
→ List<
String> -
get epic purchase receipts for the profile
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- rvn ↔ int
-
number of profile revisions
read / writeinherited
- serverTime ↔ DateTime
-
time of epic servers
read / writeinherited
-
stats
↔ Map<
String, dynamic> -
profile stats
read / writeinherited
- 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 / writeinherited
-
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
-
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