GetLicenseResponse constructor

GetLicenseResponse({
  1. License? license,
})

Implementation

GetLicenseResponse({
  this.license,
});