ServiceCreateEvent constructor

const ServiceCreateEvent({
  1. required ServiceModel serviceModel,
})

Implementation

const factory ServiceCreateEvent({required final ServiceModel serviceModel}) =
    _$ServiceCreateEventImpl;