DomainPackageDetails constructor

DomainPackageDetails({
  1. String? domainName,
  2. DomainPackageStatus? domainPackageStatus,
  3. ErrorDetails? errorDetails,
  4. DateTime? lastUpdated,
  5. String? packageID,
  6. String? packageName,
  7. PackageType? packageType,
  8. String? packageVersion,
  9. String? referencePath,
})

Implementation

DomainPackageDetails({
  this.domainName,
  this.domainPackageStatus,
  this.errorDetails,
  this.lastUpdated,
  this.packageID,
  this.packageName,
  this.packageType,
  this.packageVersion,
  this.referencePath,
});