ValidateLicenseRequestMetaScope constructor

ValidateLicenseRequestMetaScope({
  1. String? product,
  2. String? policy,
  3. List<String> fingerprints = const [],
  4. String? fingerprint,
  5. String? machine,
  6. String? user,
  7. List<String> entitlements = const [],
  8. String? checksum,
  9. String? version,
})

Returns a new ValidateLicenseRequestMetaScope instance.

Implementation

ValidateLicenseRequestMetaScope({
  this.product,
  this.policy,
  this.fingerprints = const [],
  this.fingerprint,
  this.machine,
  this.user,
  this.entitlements = const [],
  this.checksum,
  this.version,
});