fromJsonToAttributeValue method

Map<String, AttributeValue> fromJsonToAttributeValue()

Implementation

Map<String, AttributeValue> fromJsonToAttributeValue() {
  return map((key, value) => MapEntry(key, toAttributeValue(value)));
}