ValidateBatch200Response constructor

ValidateBatch200Response({
  1. String? schemaVersion,
  2. int? total,
  3. ValidateBatch200ResponseSummary? summary,
  4. List<ValidationResponse> results = const [],
})

Returns a new ValidateBatch200Response instance.

Implementation

ValidateBatch200Response({
  this.schemaVersion,
  this.total,
  this.summary,
  this.results = const [],
});