when<TResult extends Object?> method

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

Implementation

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