McpProfile class Null safety

mcp profile manager library

Implementers

Constructors

McpProfile(Client client, FortniteProfile profileId)
mcp profile object

Properties

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

Methods

confirmInitialized() bool
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