VendorEvent.applySortingButtonPressed constructor

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

Implementation

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