whenOrNull<TResult extends Object?> method
- @optionalTypeArgs
- TResult? behind(
- EntryRef entryRef,
- Set<
EntryRef> entryRefs
- TResult? notBehind()?,
inherited
Implementation
@optionalTypeArgs
TResult? whenOrNull<TResult extends Object?>({
TResult? Function(EntryRef entryRef, Set<EntryRef> entryRefs)? behind,
TResult? Function()? notBehind,
}) =>
throw _privateConstructorUsedError;