mapOrNull<TResult extends Object?> method
TResult?
mapOrNull<TResult extends Object?>({
- TResult? empty(
- FacilityEmptyState value
- TResult? loading(
- FacilityLoadingState value
- TResult? fetched(
- FacilityFetchedState value
inherited
Implementation
@optionalTypeArgs
TResult? mapOrNull<TResult extends Object?>({
TResult? Function(FacilityEmptyState value)? empty,
TResult? Function(FacilityLoadingState value)? loading,
TResult? Function(FacilityFetchedState value)? fetched,
}) =>
throw _privateConstructorUsedError;