GenerateEnterpriseUpgradeUrlRequest constructor

GenerateEnterpriseUpgradeUrlRequest({
  1. String? adminEmail,
  2. List<String>? allowedDomains,
})

Implementation

GenerateEnterpriseUpgradeUrlRequest({
  this.adminEmail,
  this.allowedDomains,
});