whenOrNull<TResult extends Object?> method
TResult?
whenOrNull<TResult extends Object?>({
- TResult? empty()?,
- TResult? isloading()?,
- TResult? multichecklistChanged()?,
- TResult? serviceCreate(
- ServiceModel serviceList,
- ServiceModel? selectedService,
- bool loading,
- bool isEditing,
- TResult? serviceSearch(
- List<
ServiceModel> serviceList, - ServiceModel? selectedService,
- bool loading
- List<
inherited
Implementation
@optionalTypeArgs
TResult? whenOrNull<TResult extends Object?>({
TResult? Function()? empty,
TResult? Function()? isloading,
TResult? Function(String value, bool submitTriggered)?
multichecklistChanged,
TResult? Function(ServiceModel serviceList, ServiceModel? selectedService,
bool loading, bool isEditing)?
serviceCreate,
TResult? Function(List<ServiceModel> serviceList,
ServiceModel? selectedService, bool loading)?
serviceSearch,
}) =>
throw _privateConstructorUsedError;