void fillRange(int start, int end, [E? fillValue]) { value.fillRange(start, end, fillValue); set(value, force: true); }