hasNotSort property

bool get hasNotSort

Returns true if sort is null, otherwise false.

Implementation

bool get hasNotSort => !hasSort;