ValidateLicenseRequestMeta constructor

ValidateLicenseRequestMeta({
  1. String? nonce,
  2. ValidateLicenseRequestMetaScope? scope,
})

Returns a new ValidateLicenseRequestMeta instance.

Implementation

ValidateLicenseRequestMeta({
  this.nonce,
  this.scope,
});