SortingScreenModel constructor
- required SortingScreenType screenType,
- SortingType? selectedSortingType,
Implementation
SortingScreenModel({
required this.screenType,
this.selectedSortingType,
});
SortingScreenModel({
required this.screenType,
this.selectedSortingType,
});