ServiceEvent.create constructor

const ServiceEvent.create({
  1. required ServiceModel serviceModel,
})

Implementation

const factory ServiceEvent.create({required ServiceModel serviceModel}) =
    ServiceCreateEvent;