KeysAndAttributes constructor

KeysAndAttributes({
  1. required List<Key> keys,
  2. List<String>? attributesToGet,
  3. bool? consistentRead,
})

Implementation

KeysAndAttributes({
  required this.keys,
  this.attributesToGet,
  this.consistentRead,
});