quickSearchColumns property
The logical columns the quick-search scans, or null for every column.
Implementation
Set<int>? get quickSearchColumns => _quickCols == null ? null : Set<int>.unmodifiable(_quickCols!);
The logical columns the quick-search scans, or null for every column.
Set<int>? get quickSearchColumns => _quickCols == null ? null : Set<int>.unmodifiable(_quickCols!);