StreamObject constructor

StreamObject({
  1. BackfillJob? backfillJob,
  2. String? createTime,
  3. String? displayName,
  4. List<Error>? errors,
  5. String? name,
  6. SourceObjectIdentifier? sourceObject,
  7. String? updateTime,
})

Implementation

StreamObject({
  this.backfillJob,
  this.createTime,
  this.displayName,
  this.errors,
  this.name,
  this.sourceObject,
  this.updateTime,
});