LocalSecondaryIndexInfo constructor

LocalSecondaryIndexInfo({
  1. String? indexName,
  2. List<KeySchemaElement>? keySchema,
  3. Projection? projection,
})

Implementation

LocalSecondaryIndexInfo({
  this.indexName,
  this.keySchema,
  this.projection,
});