LicenseCodeLicenseAlias constructor

LicenseCodeLicenseAlias({
  1. String? description,
  2. String? selfLink,
})

Implementation

LicenseCodeLicenseAlias({
  this.description,
  this.selfLink,
});