SourceSplitResponse constructor

SourceSplitResponse({
  1. List<DerivedSource>? bundles,
  2. String? outcome,
  3. List<SourceSplitShard>? shards,
})

Implementation

SourceSplitResponse({
  this.bundles,
  this.outcome,
  this.shards,
});