SpectraConfig class

Constructors

SpectraConfig({String? geminiKey, String? openaiKey, String? claudeKey, String? grokKey, String? deepseekKey, String? geminiModel, String? openaiModel, String? claudeModel, String? grokModel, String? deepseekModel, String? preferredProvider})
SpectraConfig.fromYaml(Map yaml)
factory

Properties

claudeKey String?
final
claudeModel String?
final
deepseekKey String?
final
deepseekModel String?
final
geminiKey String?
final
geminiModel String?
final
grokKey String?
final
grokModel String?
final
hashCode int
The hash code for this object.
no setterinherited
openaiKey String?
final
openaiModel String?
final
preferredProvider String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({String? geminiKey, String? openaiKey, String? claudeKey, String? grokKey, String? deepseekKey, String? geminiModel, String? openaiModel, String? claudeModel, String? grokModel, String? deepseekModel, String? preferredProvider}) SpectraConfig
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
toYaml() Map<String, String?>

Operators

operator ==(Object other) bool
The equality operator.
inherited