fromJsonToAttributeValue method

Map<String, AttributeValue>? fromJsonToAttributeValue()

Implementation

Map<String, AttributeValue>? fromJsonToAttributeValue() {
  return this?.fromJsonToAttributeValue();
}