Source constructor

Source({
  1. Object? adapterData,
  2. List<Checksum>? checksums,
  3. String? name,
  4. String? origin,
  5. String? path,
  6. String? presentationHint,
  7. int? sourceReference,
  8. List<Source>? sources,
})

Implementation

Source({
  this.adapterData,
  this.checksums,
  this.name,
  this.origin,
  this.path,
  this.presentationHint,
  this.sourceReference,
  this.sources,
});