CheckInfo constructor

CheckInfo({
  1. String? apiKeyUid,
  2. ConsumerInfo? consumerInfo,
  3. bool? ignoreApiKeyUidAsCredentialId,
  4. List<String>? unusedArguments,
})

Implementation

CheckInfo({
  this.apiKeyUid,
  this.consumerInfo,
  this.ignoreApiKeyUidAsCredentialId,
  this.unusedArguments,
});