GetAttributeValuesResponse constructor
GetAttributeValuesResponse({
- List<
AttributeValue> ? attributeValues, - String? nextToken,
Implementation
GetAttributeValuesResponse({
this.attributeValues,
this.nextToken,
});