setAll method

  1. @override
void setAll(
  1. int at,
  2. Iterable<bool> iterable
)
inherited

This operation is not supported by an unmodifiable list.

Implementation

@override
void setAll(int at, Iterable<E> iterable) =>
    throw UnsupportedError('Cannot modify an unmodifiable list');