SuspendLicenseResponse constructor

SuspendLicenseResponse({
  1. required License data,
})

Returns a new SuspendLicenseResponse instance.

Implementation

SuspendLicenseResponse({
  required this.data,
});