GroqException constructor

GroqException({
  1. required int statusCode,
  2. required GroqError error,
})

Implementation

GroqException({required this.statusCode, required this.error});