ServiceCreateState constructor

const ServiceCreateState({
  1. required ServiceModel serviceList,
  2. ServiceModel? selectedService,
  3. bool loading,
  4. bool isEditing,
})

Implementation

const factory ServiceCreateState(
    {required final ServiceModel serviceList,
    final ServiceModel? selectedService,
    final bool loading,
    final bool isEditing}) = _$ServiceCreateStateImpl;