Source constructor

Source({
  1. String? etag,
  2. String? id,
  3. ProfileMetadata? profileMetadata,
  4. String? type,
  5. String? updateTime,
})

Implementation

Source({
  this.etag,
  this.id,
  this.profileMetadata,
  this.type,
  this.updateTime,
});