BulkCheckResponse constructor

BulkCheckResponse({
  1. String? bulkErrorCode,
  2. List<CheckResponse>? checkResults,
})

Implementation

BulkCheckResponse({
  this.bulkErrorCode,
  this.checkResults,
});