BulkCheckResponse constructor
BulkCheckResponse({
- String? bulkErrorCode,
- List<
CheckResponse> ? checkResults,
Implementation
BulkCheckResponse({
this.bulkErrorCode,
this.checkResults,
});