RuntimeArtifact constructor

RuntimeArtifact({
  1. String name = '',
  2. ArtifactTypeSchema? type,
  3. String uri = '',
  4. Map<String, Value> properties = const {},
  5. Map<String, Value> customProperties = const {},
  6. Struct? metadata,
})

Implementation

RuntimeArtifact({
  this.name = '',
  this.type,
  this.uri = '',
  this.properties = const {},
  this.customProperties = const {},
  this.metadata,
}) : super(fullyQualifiedName);