column property

int column

Implementation

int get column {
  _checkArray2dColumnsLength(this);
  return this[0].length;
}