columnCount property

int get columnCount

The number of columns in this schema.

Implementation

int get columnCount => names.length;