fillRange method

  1. @override
void fillRange(
  1. int start,
  2. int end, [
  3. T? fill
])
inherited

This operation is not supported by an unmodifiable list.

Implementation

@override
void fillRange(int start, int end, [E? fill]) =>
    throw UnsupportedError('Cannot modify an unmodifiable list');