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