VendorsEvent.applySortingButtonPressed constructor

const VendorsEvent.applySortingButtonPressed({
  1. SortingType? sortingType,
})

Implementation

const factory VendorsEvent.applySortingButtonPressed({
  SortingType? sortingType,
}) = _ApplySortingButtonPressed;