get

open override fun get(key: String): DataItem?

Gets the DataItem stored at the given key if it exists regardless of it's underlying type.

Return

The DataItem stored at the given key; else null

Parameters

key

The key to use to lookup the item.