ResetLicenseUsageResponse constructor

ResetLicenseUsageResponse({
  1. required License data,
})

Returns a new ResetLicenseUsageResponse instance.

Implementation

ResetLicenseUsageResponse({
  required this.data,
});