items property
An array of item attributes that match the query criteria. Each element in this array consists of an attribute name and the value for that attribute.
Implementation
final List<Map<String, AttributeValue>>? items;
An array of item attributes that match the query criteria. Each element in this array consists of an attribute name and the value for that attribute.
final List<Map<String, AttributeValue>>? items;