setDictionary abstract method

void setDictionary(
  1. Dictionary? value, {
  2. required int at,
})

Sets a Dictionary at the given index.

Throws a RangeError if the index is ouf of range.

Implementation

void setDictionary(Dictionary? value, {required int at});