CheckOutLicenseResponse constructor

CheckOutLicenseResponse({
  1. required LicenseFile data,
})

Returns a new CheckOutLicenseResponse instance.

Implementation

CheckOutLicenseResponse({
  required this.data,
});