DomainPackageDetails constructor
DomainPackageDetails({
- String? domainName,
- DomainPackageStatus? domainPackageStatus,
- ErrorDetails? errorDetails,
- DateTime? lastUpdated,
- String? packageID,
- String? packageName,
- PackageType? packageType,
- String? packageVersion,
- String? referencePath,
Implementation
DomainPackageDetails({
this.domainName,
this.domainPackageStatus,
this.errorDetails,
this.lastUpdated,
this.packageID,
this.packageName,
this.packageType,
this.packageVersion,
this.referencePath,
});