AIAnalyzer constructor

AIAnalyzer({
  1. String? openAiKey,
})

Creates an AIAnalyzer with an optional openAiKey.

Implementation

AIAnalyzer({this.openAiKey});