factory AttributeValue.fromMap(Map<String, dynamic> map) { return AttributeValue(value: map['value']?.toString()); }