ServiceEvent.selectService constructor

const ServiceEvent.selectService({
  1. required ServiceModel service,
})

Implementation

const factory ServiceEvent.selectService({
  required ServiceModel service,
}) = ServiceSelectionEvent;