menu
aws_dynamodb_api package
documentation
dynamodb-2011-12-05.dart
KeysAndAttributes
KeysAndAttributes constructor
KeysAndAttributes constructor
dark_mode
light_mode
KeysAndAttributes
constructor
KeysAndAttributes
(
{
required
List
<
Key
>
keys
,
List
<
String
>
?
attributesToGet
,
bool
?
consistentRead
,
})
Implementation
KeysAndAttributes({ required this.keys, this.attributesToGet, this.consistentRead, });
aws_dynamodb_api package
documentation
dynamodb-2011-12-05
KeysAndAttributes
KeysAndAttributes constructor
KeysAndAttributes class