operator [] abstract method

E? operator [](
  1. Object key
)

Returns the value associated with the given key. The key can either be a String or an int to get an entry by its index.

Implementation

E? operator [](Object key);