mapOrNull<TResult extends Object?> method
- TResult? promotionsFetched(
- _PromotionsFetched value
- TResult? promotionsRefreshed(
- _PromotionsRefreshed value
- TResult? applySortingButtonPressed(
- _ApplySortingButtonPressed value
- TResult? searchFieldValueChanged(
- _SearchFieldValueChanged value
inherited
Implementation
@optionalTypeArgs
TResult? mapOrNull<TResult extends Object?>({
TResult? Function(_PromotionsFetched value)? promotionsFetched,
TResult? Function(_PromotionsRefreshed value)? promotionsRefreshed,
TResult? Function(_ApplySortingButtonPressed value)?
applySortingButtonPressed,
TResult? Function(_SearchFieldValueChanged value)? searchFieldValueChanged,
}) =>
throw _privateConstructorUsedError;