useIsolateForSorting property

  1. @protected
bool useIsolateForSorting

Override this getter when we want to sort on main isolate. For example, in case we find it hard to initialize DB instances in a worker isolate.

Implementation

@protected
bool get useIsolateForSorting => true;