PatchedLLMCredential constructor

PatchedLLMCredential({
  1. String? name,
  2. Object? value,
  3. String? platform,
})

Returns a new PatchedLLMCredential instance.

Implementation

PatchedLLMCredential({
  this.name,
  this.value,
  this.platform,
});