mapOrNull<TResult extends Object?> method
TResult?
mapOrNull<TResult extends Object?>({
- TResult? handleSubmit()?,
- TResult? handleSearch()?,
- TResult? selectFutureCycleDose()?,
- TResult? setActiveCycleDose()?,
inherited
Implementation
@optionalTypeArgs
TResult? mapOrNull<TResult extends Object?>({
TResult? Function(DeliverInterventionSubmitEvent value)? handleSubmit,
TResult? Function(DeliverInterventionSearchEvent value)? handleSearch,
TResult? Function(DeliverInterventionCycleFutureDoseSelectionEvent value)?
selectFutureCycleDose,
TResult? Function(DeliverInterventionActiveCycleDoseSelectionEvent value)?
setActiveCycleDose,
}) =>
throw _privateConstructorUsedError;