dimY property

int dimY

Implementation

int get dimY {
  _dimY ??= table.first.length;
  return _dimY!;
}