Gorq constructor

Gorq({
  1. required String apiKey,
  2. required String model,
})

Implementation

Gorq({required this.apiKey, required this.model});