whenOrNull<TResult extends Object?> method

  1. @optionalTypeArgs
TResult? whenOrNull<TResult extends Object?>({
  1. TResult? behind(
    1. EntryRef entryRef,
    2. Set<EntryRef> entryRefs
    )?,
  2. TResult? notBehind()?,
})
inherited

Implementation

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