ordinal property Null safety
read / write
ordinal is the column index using base 1 An ordinal of 0 means that we are treating the entire line as a single column.
Implementation
int? ordinal;
ordinal is the column index using base 1 An ordinal of 0 means that we are treating the entire line as a single column.
int? ordinal;