PatchedIntegrationCredential constructor

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

Returns a new PatchedIntegrationCredential instance.

Implementation

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