PartnerEndCustomerSecrets constructor

PartnerEndCustomerSecrets({
  1. String? sandbox,
  2. String? development,
})

Implementation

PartnerEndCustomerSecrets({
  this.sandbox,
  this.development,
});