value<T extends Object> abstract method

T? value<T extends Object>(
  1. 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);