IngestionSource constructor

IngestionSource({
  1. String? attachmentUri,
  2. String? resourceUrl,
  3. String? source,
})

Implementation

IngestionSource({this.attachmentUri, this.resourceUrl, this.source});