l property

List<AttributeValue>? l
final

An attribute of type List. For example:

"L": {"S": "Cookies"} , {"S": "Coffee"}, {"N", "3.14159"}

Implementation

final List<AttributeValue>? l;