Source constructor
Source({
- Architecture? architecture,
- String? etag,
- String? s3Bucket,
- String? s3Key,
Implementation
Source({
this.architecture,
this.etag,
this.s3Bucket,
this.s3Key,
});