McpProfile class abstract

mcp profile manager library

Implementers

Constructors

McpProfile(Client client, FortniteProfile profileId)
mcp profile object

Properties

accountId String
account id of the profile
getter/setter pair
client Client
The master client
latefinal
created DateTime
When the profile was created
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
initialized bool
is the profile initialized
getter/setter pair
items List<ProfileItem>
profile items
getter/setter pair
profileId FortniteProfile
The profile id of mcp profile
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
rvn int
number of profile revisions
getter/setter pair
serverTime DateTime
time of epic servers
getter/setter pair
stats Map<String, dynamic>
profile stats
getter/setter pair
updated DateTime
When the profile was last updated
getter/setter pair

Methods

confirmInitialized() bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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