get

open fun get(key: String): DataValue?

Return (nullable) The value from the entry with the specified key (if found), otherwise null.

Return

(nullable) The value from the entry with the specified key (if found), otherwise null.

Parameters

key

Entry key.