Sort constructor
Sort algorithm MUST have List of toSort
, direction of
sort isAscending
and a name for the sorting module.
Implementation
Sort({required this.toSort, this.isAscending = true, super.name});
Sort algorithm MUST have List of toSort
, direction of
sort isAscending
and a name for the sorting module.
Sort({required this.toSort, this.isAscending = true, super.name});