不可修改的列表不支持此操作。
void fillRange(int start, int end, [E? fillValue]) { throw new UnsupportedError("Cannot modify an unmodifiable list"); }