ListIndexResponse constructor

ListIndexResponse({
  1. List<IndexAttachment>? indexAttachments,
  2. String? nextToken,
})

Implementation

ListIndexResponse({
  this.indexAttachments,
  this.nextToken,
});