chunkingStrategy property

  1. @JsonKey(name: 'chunking_strategy', includeIfNull: false)
ChunkingStrategyRequestParam? get chunkingStrategy
inherited

The chunking strategy used to chunk the file(s). If not set, will use the auto strategy. Any of: AutoChunkingStrategyRequestParam, StaticChunkingStrategyRequestParam

Implementation

@JsonKey(name: 'chunking_strategy', includeIfNull: false)
ChunkingStrategyRequestParam? get chunkingStrategy =>
    throw _privateConstructorUsedError;