menu
aws_dynamodb_api package
documentation
dynamodb-2012-08-10.dart
KeySchemaElement
KeySchemaElement constructor
KeySchemaElement constructor
dark_mode
light_mode
KeySchemaElement
constructor
KeySchemaElement
(
{
required
String
attributeName
,
required
KeyType
keyType
,
})
Implementation
KeySchemaElement({ required this.attributeName, required this.keyType, });
aws_dynamodb_api package
documentation
dynamodb-2012-08-10
KeySchemaElement
KeySchemaElement constructor
KeySchemaElement class