fillRange method

view source

void fillRange (int start, int end, [E? fillValue]) inherited

Implementation

void fillRange(int start, int end, [E? fillValue]) {
  throw new UnsupportedError("Cannot modify an unmodifiable list");
}