License constructor

License({
  1. bool? chargesUseFee,
  2. String? creationTimestamp,
  3. String? description,
  4. String? id,
  5. String? kind,
  6. String? licenseCode,
  7. String? name,
  8. LicenseResourceRequirements? resourceRequirements,
  9. String? selfLink,
  10. bool? transferable,
})

Implementation

License({
  this.chargesUseFee,
  this.creationTimestamp,
  this.description,
  this.id,
  this.kind,
  this.licenseCode,
  this.name,
  this.resourceRequirements,
  this.selfLink,
  this.transferable,
});