RetrieveLicenseResponse constructor

RetrieveLicenseResponse({
  1. required License data,
})

Returns a new RetrieveLicenseResponse instance.

Implementation

RetrieveLicenseResponse({
  required this.data,
});