SortingEvent.sortingSelected constructor

const SortingEvent.sortingSelected({
  1. required SortingType type,
})

Implementation

const factory SortingEvent.sortingSelected({
  required SortingType type,
}) = _SortingSelected;