mapOrNull<TResult extends Object?> method
- @optionalTypeArgs
- TResult? static()?,
- TResult? other()?,
inherited
Implementation
@optionalTypeArgs
TResult? mapOrNull<TResult extends Object?>({
TResult? Function(StaticChunkingStrategyResponseParam value)? static,
TResult? Function(OtherChunkingStrategyResponseParam value)? other,
}) =>
throw _privateConstructorUsedError;