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