hasNotSort property
bool
get
hasNotSort
Returns true if sort
is null, otherwise false.
Implementation
bool get hasNotSort => !hasSort;
Returns true if sort
is null, otherwise false.
bool get hasNotSort => !hasSort;