MCP constructor Null safety

MCP(
  1. {required String accountId,
  2. required FortniteProfile profileId}
)

Get mcp request url

Implementation

MCP({required this.accountId, required this.profileId});