toNcol method

List toNcol()

get NCOL

Implementation

List<dynamic> toNcol() {
  return [_ncol, _whiteness, _blackness];
}