UpdateLicenseResponse constructor

UpdateLicenseResponse({
  1. required License data,
})

Returns a new UpdateLicenseResponse instance.

Implementation

UpdateLicenseResponse({
  required this.data,
});