when<TResult extends Object?> method
- @optionalTypeArgs
- required TResult auto(
- String type
- required TResult static(
- String type,
- StaticChunkingStrategy static
inherited
Implementation
@optionalTypeArgs
TResult when<TResult extends Object?>({
required TResult Function(String type) auto,
required TResult Function(String type, StaticChunkingStrategy static)
static,
}) =>
throw _privateConstructorUsedError;