SourceSplitResponse constructor
SourceSplitResponse({
- List<
DerivedSource> ? bundles, - String? outcome,
- List<
SourceSplitShard> ? shards,
Implementation
SourceSplitResponse({
this.bundles,
this.outcome,
this.shards,
});