hasColumns property

bool get hasColumns

Check if the schema has any columns

Returns true if columns are defined, false otherwise.

Implementation

bool get hasColumns => _columns.isNotEmpty;