@get


Description:

[ Version ( since = "0.1.10" ) ]
public unowned Value? @get (KeyID key)

Get the value associated with key from this.

If it does not contain any value, null will be returned.

Parameters:

this

set of related keys to retrieve value

key

key to look up.

Returns:

a Value. This value should not be modified nor freed by user.