Source constructor
Source({
- String? etag,
- String? id,
- ProfileMetadata? profileMetadata,
- String? type,
- String? updateTime,
Implementation
Source({
this.etag,
this.id,
this.profileMetadata,
this.type,
this.updateTime,
});