Rawg constructor

Rawg({
  1. required String apiKey,
})

Constructor to inizialize the API KEY

Implementation

Rawg({required String apiKey}) {
  key = apiKey;
}