CheckInfo constructor
CheckInfo({
- String? apiKeyUid,
- ConsumerInfo? consumerInfo,
- List<
String> ? unusedArguments,
Implementation
CheckInfo({
this.apiKeyUid,
this.consumerInfo,
this.unusedArguments,
});