Source constructor

Source({
  1. List<Map<String, Object?>>? baseSpecs,
  2. Map<String, Object?>? codec,
  3. bool? doesNotNeedSplitting,
  4. SourceMetadata? metadata,
  5. Map<String, Object?>? spec,
})

Implementation

Source({
  this.baseSpecs,
  this.codec,
  this.doesNotNeedSplitting,
  this.metadata,
  this.spec,
});