BatchListIndexResponse constructor
BatchListIndexResponse({
- List<
IndexAttachment> ? indexAttachments, - String? nextToken,
Implementation
BatchListIndexResponse({
this.indexAttachments,
this.nextToken,
});