CreateLicenseTokenResponse constructor

CreateLicenseTokenResponse({
  1. required Token data,
})

Returns a new CreateLicenseTokenResponse instance.

Implementation

CreateLicenseTokenResponse({
  required this.data,
});