Tool_ParallelAiSearch constructor

Tool_ParallelAiSearch({
  1. String apiKey = '',
  2. bool enableZeroDataRetention = false,
  3. Struct? customConfigs,
})

Implementation

Tool_ParallelAiSearch({
  this.apiKey = '',
  this.enableZeroDataRetention = false,
  this.customConfigs,
}) : super(fullyQualifiedName);