sortedUniq property

List sortedUniq

sortedUniq Creates a duplicate-free version of an array, using

Implementation

List get sortedUniq => array.sortedUniq(this);