value

val value: Map<String, Any>

Returns the content as a materialized dictionary.

The item's value is materialize()-ed on first access and subsequently on each access after performing dematerialize(). Once materialized, the value is kept in memory until explicitly dematerialize()-ed or the item goes out of scope.

Note: This property is very similar to DittoDocument.value.