Source constructor

Source({
  1. Architecture? architecture,
  2. String? etag,
  3. String? s3Bucket,
  4. String? s3Key,
})

Implementation

Source({
  this.architecture,
  this.etag,
  this.s3Bucket,
  this.s3Key,
});