nullValues property

List<List<int>> nullValues
getter/setter pair

The null values to use for each column. This will be accessed only when null values are actually encountered, but it is allocated in the ctor to save time and memory.

Implementation

late List<List<int>> nullValues;