hasSort property

bool get hasSort

Returns true if sort is not null, otherwise false.

Implementation

bool get hasSort => sort != null;