Schema constructor

Schema({
  1. Map<String, String>? annotations,
  2. String? createTime,
  3. List<Datasource>? datasources,
  4. String? displayName,
  5. String? etag,
  6. Map<String, String>? labels,
  7. String? name,
  8. bool? reconciling,
  9. Source? source,
  10. String? uid,
  11. String? updateTime,
})

Implementation

Schema({
  this.annotations,
  this.createTime,
  this.datasources,
  this.displayName,
  this.etag,
  this.labels,
  this.name,
  this.reconciling,
  this.source,
  this.uid,
  this.updateTime,
});