DecrementLicenseUsageResponse constructor

DecrementLicenseUsageResponse({
  1. required License data,
})

Returns a new DecrementLicenseUsageResponse instance.

Implementation

DecrementLicenseUsageResponse({
  required this.data,
});