LocalSecondaryIndexInfo constructor
LocalSecondaryIndexInfo({
- String? indexName,
- List<
KeySchemaElement> ? keySchema, - Projection? projection,
Implementation
LocalSecondaryIndexInfo({
this.indexName,
this.keySchema,
this.projection,
});