add method

view source

void add (E value) inherited

Implementation

void add(E value) {
  throw new UnsupportedError("Cannot add to an unmodifiable list");
}