hasNestedColumns property

bool get hasNestedColumns

Check if this column has nested columns (two-level header)

Implementation

bool get hasNestedColumns => columns != null && columns!.isNotEmpty;