ServiceState.serviceCreate constructor
const
ServiceState.serviceCreate({
- required ServiceModel serviceList,
- ServiceModel? selectedService,
- @Default(false) bool loading,
- @Default(false) bool isEditing,
Implementation
const factory ServiceState.serviceCreate({
required ServiceModel serviceList,
ServiceModel? selectedService,
@Default(false) bool loading,
@Default(false) bool isEditing,
}) = ServiceCreateState;