ServiceSearchEvent constructor

const ServiceSearchEvent({
  1. required ServiceSearchModel serviceSearchModel,
})

Implementation

const factory ServiceSearchEvent(
        {required final ServiceSearchModel serviceSearchModel}) =
    _$ServiceSearchEventImpl;