ServiceState.serviceSearch constructor

const ServiceState.serviceSearch({
  1. required List<ServiceModel> serviceList,
  2. ServiceModel? selectedService,
  3. @Default(false) bool loading,
})

Implementation

const factory ServiceState.serviceSearch({
  required List<ServiceModel> serviceList,
  ServiceModel? selectedService,
  @Default(false) bool loading,
}) = ServiceSearchState;