McpProfile constructor Null safety
- Client client,
- FortniteProfile profileId
mcp profile object
Implementation
McpProfile(this.client, this.profileId) {
accountId = client.accountId;
}
mcp profile object
McpProfile(this.client, this.profileId) {
accountId = client.accountId;
}