ServiceSearchState constructor

const ServiceSearchState({
  1. required List<ServiceModel> serviceList,
  2. ServiceModel? selectedService,
  3. bool loading,
})

Implementation

const factory ServiceSearchState(
    {required final List<ServiceModel> serviceList,
    final ServiceModel? selectedService,
    final bool loading}) = _$ServiceSearchStateImpl;