getColumnIndex method

int getColumnIndex(
  1. int column
)

Implementation

int getColumnIndex(int column) {
  return _currentIndex[column] ?? 0;
}