Artifact constructor

Artifact({
  1. String name = '',
  2. String displayName = '',
  3. String uri = '',
  4. String etag = '',
  5. Map<String, String> labels = const {},
  6. Timestamp? createTime,
  7. Timestamp? updateTime,
  8. Artifact_State state = Artifact_State.$default,
  9. String schemaTitle = '',
  10. String schemaVersion = '',
  11. Struct? metadata,
  12. String description = '',
})

Implementation

Artifact({
  this.name = '',
  this.displayName = '',
  this.uri = '',
  this.etag = '',
  this.labels = const {},
  this.createTime,
  this.updateTime,
  this.state = Artifact_State.$default,
  this.schemaTitle = '',
  this.schemaVersion = '',
  this.metadata,
  this.description = '',
}) : super(fullyQualifiedName);