columnCount property

int get columnCount

Get the number of columns

Returns the total number of columns defined in this schema.

Implementation

int get columnCount => _columns.length;