mapOrNull<TResult extends Object?> method

  1. @optionalTypeArgs
TResult? mapOrNull<TResult extends Object?>({
  1. TResult? static(
    1. StaticChunkingStrategyResponseParam value
    )?,
  2. TResult? other(
    1. OtherChunkingStrategyResponseParam value
    )?,
})
inherited

Implementation

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