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