[ 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.
this |
set of related keys to retrieve value |
key |
key to look up. |
a Value. This value should not be modified nor freed by user. |