CryptoProLicenseInfo constructor
CryptoProLicenseInfo({})
Implementation
CryptoProLicenseInfo({
required this.serialNumber,
required this.expiredThroughDays,
required this.licenseInstallDate,
required this.existingLicenseStatus,
});