operator [] abstract method
Obtains values associated with key.
If the given key causes containsKey returns
false, it must throws InvalidDictionaryKeyError.
Implementation
Future<V> operator [](String key);
Obtains values associated with key.
If the given key causes containsKey returns
false, it must throws InvalidDictionaryKeyError.
Future<V> operator [](String key);