Sort constructor

Sort({
  1. required Comparator<Tuple> compare,
})

Creates sort transform.

Implementation

Sort({
  required this.compare,
});