value<T extends Object> method
Null safety
- String key
Returns the value for the given key
.
Returns null
if the element is null
or the there is no entry with the
given key
.
Implementation
T? value<T extends Object>(String key);