void fillRange(int start, int end, [E? fillValue]) => update(() => _list.fillRange(start, end, fillValue));