operator [] abstract method

Object? operator [](
  1. K key
)

Returns a value at key, the result can be of any object or null.

FormatException is thrown if an underlying value is unavailable.

Implementation

Object? operator [](K key);