Associates the value with the n-th key. An exception is raised if the key does not exist.
value
Future<void> putAt(int index, E value);