CreateLicenseResponse constructor

CreateLicenseResponse({
  1. required License data,
})

Returns a new CreateLicenseResponse instance.

Implementation

CreateLicenseResponse({
  required this.data,
});