WeatherApi constructor

const WeatherApi({
  1. required String apiKey,
})

//////////// ////////////

Implementation

// V.B - Constructor
///////////////
const WeatherApi({required this.apiKey});