IntOptions( this.items, { List<int>? hiddenValues, this.bitOperator = false, this.missLabel = "未指定", }) : hiddenSet = hiddenValues?.toSet() ?? <int>{};