KeySchemaElement constructor

KeySchemaElement({
  1. required String attributeName,
  2. required KeyType keyType,
})

Implementation

KeySchemaElement({
  required this.attributeName,
  required this.keyType,
});