l property
An attribute of type List. For example:
"L":
{"S": "Cookies"} , {"S": "Coffee"}, {"N", "3.14159"}
Implementation
final List<AttributeValue>? l;
An attribute of type List. For example:
"L":
{"S": "Cookies"} , {"S": "Coffee"}, {"N", "3.14159"}
final List<AttributeValue>? l;