IncrementLicenseUsageResponse constructor

IncrementLicenseUsageResponse({
  1. required License data,
})

Returns a new IncrementLicenseUsageResponse instance.

Implementation

IncrementLicenseUsageResponse({
  required this.data,
});