InventoryProfile constructor Null safety

InventoryProfile(
  1. Client client,
  2. FortniteProfile profile
)

InventoryProfile object. profile should be one of FortniteProfile.theater0, FortniteProfile.theater1, FortniteProfile.theater2, FortniteProfile.outpost0.

Implementation

InventoryProfile(Client client, FortniteProfile profile)
    : super(
        client,
        profile,
      );