DemoCredentials constructor

DemoCredentials({
  1. required String apiKey,
})

Creates a new instance of DemoCredentials.

The apiKey parameter is required and should be a valid API key for accessing the CoinGecko API.

Implementation

DemoCredentials({
  required super.apiKey,
}) {}