EnterpriseConfig constructor

EnterpriseConfig({
  1. String? clusterTier,
})

Implementation

EnterpriseConfig({
  this.clusterTier,
});