SortingEvent.started constructor

const SortingEvent.started({
  1. required SortingScreenModel sortingScreenModel,
})

Implementation

const factory SortingEvent.started({
  required SortingScreenModel sortingScreenModel,
}) = _Started;