Service constructor

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

Implementation

Service({
  this.annotations,
  this.connectors,
  this.createTime,
  this.displayName,
  this.etag,
  this.labels,
  this.name,
  this.reconciling,
  this.schemas,
  this.source,
  this.uid,
  this.updateTime,
});