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