LocalSecondaryIndexDescription constructor

LocalSecondaryIndexDescription({
  1. String? indexArn,
  2. String? indexName,
  3. int? indexSizeBytes,
  4. int? itemCount,
  5. List<KeySchemaElement>? keySchema,
  6. Projection? projection,
})

Implementation

LocalSecondaryIndexDescription({
  this.indexArn,
  this.indexName,
  this.indexSizeBytes,
  this.itemCount,
  this.keySchema,
  this.projection,
});