EvaluationConfig constructor

EvaluationConfig({
  1. String? secretId,
  2. String? secretKey,
  3. String? licenseId,
  4. String? configPath,
  5. int? limit,
})

Implementation

EvaluationConfig({
  this.secretId,
  this.secretKey,
  this.licenseId,
  this.configPath,
  this.limit,
});