isMultiSorted property

bool get isMultiSorted

Indicates whether the model is sorted by multiple columns.

Implementation

bool get isMultiSorted => _sortedColumns.length > 1;