GroqError constructor

GroqError({
  1. required String message,
  2. required String type,
})

Implementation

GroqError({required this.message, required this.type});