SortingScreenModel constructor

SortingScreenModel({
  1. required SortingScreenType screenType,
  2. SortingType? selectedSortingType,
})

Implementation

SortingScreenModel({
  required this.screenType,
  this.selectedSortingType,
});