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