BatchDetectSyntaxResponse constructor

BatchDetectSyntaxResponse({
  1. required List<BatchItemError> errorList,
  2. required List<BatchDetectSyntaxItemResult> resultList,
})

Implementation

BatchDetectSyntaxResponse({
  required this.errorList,
  required this.resultList,
});