dimX property

int dimX

Implementation

int get dimX {
  _dimX ??= table.length;
  return _dimX!;
}