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