isSorted property

bool get isSorted

Implementation

bool get isSorted => _firstSortedChild != null && _lastSortedChild != null;