CryptoProLicenseInfo constructor

CryptoProLicenseInfo({
  1. String? serialNumber,
  2. int? expiredThroughDays,
  3. String? licenseInstallDate,
  4. int? existingLicenseStatus,
})

Implementation

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