DeleteLicenseResponse constructor

DeleteLicenseResponse({
  1. String? deletionDate,
  2. LicenseDeletionStatus? status,
})

Implementation

DeleteLicenseResponse({
  this.deletionDate,
  this.status,
});