when<TResult extends Object?> method
- @optionalTypeArgs
- required TResult behind(
- EntryRef entryRef,
- Set<
EntryRef> entryRefs
- 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;