CheckInfo constructor

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

Implementation

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