columnCount property

int get columnCount

Implementation

int get columnCount => rows.isEmpty ? 0 : rows.first.length;