chunkingStrategy property
- @JsonKey(name: 'chunking_strategy', includeIfNull: false)
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;