LLMCredential constructor
Returns a new LLMCredential instance.
Implementation
LLMCredential({
required this.name,
required this.platform,
this.value,
});
Returns a new LLMCredential instance.
LLMCredential({
required this.name,
required this.platform,
this.value,
});