fillRange method

  1. @alwaysThrows
  2. @override
void fillRange(
  1. int start,
  2. int end, [
  3. HRow? fillValue
])
override

This operation is not supported by an unmodifiable list.

Implementation

@alwaysThrows
@override
void fillRange(int start, int end, [HRow? fillValue]) {
  throw UnsupportedError("Cannot modify an unmodifiable list");
}