GroupLicense constructor
      
      GroupLicense({})
     
    
    
Implementation
GroupLicense({
  this.acquisitionKind,
  this.approval,
  this.numProvisioned,
  this.numPurchased,
  this.permissions,
  this.productId,
});
GroupLicense({
  this.acquisitionKind,
  this.approval,
  this.numProvisioned,
  this.numPurchased,
  this.permissions,
  this.productId,
});