RenewLicenseResponse constructor

RenewLicenseResponse({
  1. required License data,
})

Returns a new RenewLicenseResponse instance.

Implementation

RenewLicenseResponse({
  required this.data,
});