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