LicenseUsage constructor

LicenseUsage({
  1. List<EntitlementUsage>? entitlementUsages,
})

Implementation

LicenseUsage({
  this.entitlementUsages,
});