Gpt_flutter constructor

const Gpt_flutter({
  1. Key? key,
  2. required String apiKey,
})

Implementation

const Gpt_flutter({Key? key, required this.apiKey}) : super(key: key);