LicenseResourceCommitment constructor

LicenseResourceCommitment({
  1. String? amount,
  2. String? coresPerLicense,
  3. String? license,
})

Implementation

LicenseResourceCommitment({
  this.amount,
  this.coresPerLicense,
  this.license,
});