CryptoProLicenseInfo.fromMap constructor
Implementation
CryptoProLicenseInfo.fromMap(Map<String, dynamic> json) {
serialNumber = json["serialNumber"];
expiredThroughDays = json["expiredThroughDays"];
licenseInstallDate = json["licenseInstallDate"];
existingLicenseStatus = json["existingLicenseStatus"];
}