AthenaProfile constructor

AthenaProfile(
  1. Client client
)

athena profile object

Implementation

AthenaProfile(Client client)
    : super(
        client,
        FortniteProfile.athena,
      );