getCol static method

int getCol(
  1. int index
)

Implementation

static int getCol(int index) => index % 9;