customLlmConfig property

LlmConfig? get customLlmConfig

Implementation

LlmConfig? get customLlmConfig => _customLlmConfig;
set customLlmConfig (LlmConfig? val)

Implementation

set customLlmConfig(LlmConfig? val) {
  _customLlmConfig = val;
  notifyListeners();
}