BatchDetectSyntaxResponse constructor
BatchDetectSyntaxResponse({
- required List<
BatchItemError> errorList, - required List<
BatchDetectSyntaxItemResult> resultList,
Implementation
BatchDetectSyntaxResponse({
required this.errorList,
required this.resultList,
});