McpProfile constructor

McpProfile(
  1. Client client,
  2. FortniteProfile profileId
)

mcp profile object

Implementation

McpProfile(this.client, this.profileId) {
  accountId = client.accountId;
}