ValidateLicenseKeyResponse constructor

ValidateLicenseKeyResponse({
  1. required ValidateLicenseResponseMeta meta,
  2. required License data,
})

Returns a new ValidateLicenseKeyResponse instance.

Implementation

ValidateLicenseKeyResponse({
  required this.meta,
  required this.data,
});