operator [] abstract method

Future<V> operator [](
  1. String key
)

Obtains values associated with key.

If the given key causes containsKey returns false, it must throws InvalidDictionaryKeyError.

Implementation

Future<V> operator [](String key);