UpdateApplicationResponse constructor

UpdateApplicationResponse({
  1. String? applicationId,
  2. String? author,
  3. String? creationTime,
  4. String? description,
  5. String? homePageUrl,
  6. bool? isVerifiedAuthor,
  7. List<String>? labels,
  8. String? licenseUrl,
  9. String? name,
  10. String? readmeUrl,
  11. String? spdxLicenseId,
  12. String? verifiedAuthorUrl,
  13. Version? version,
})

Implementation

UpdateApplicationResponse({
  this.applicationId,
  this.author,
  this.creationTime,
  this.description,
  this.homePageUrl,
  this.isVerifiedAuthor,
  this.labels,
  this.licenseUrl,
  this.name,
  this.readmeUrl,
  this.spdxLicenseId,
  this.verifiedAuthorUrl,
  this.version,
});