LineageSubgraph constructor

LineageSubgraph({
  1. List<Artifact> artifacts = const [],
  2. List<Execution> executions = const [],
  3. List<Event> events = const [],
})

Implementation

LineageSubgraph({
  this.artifacts = const [],
  this.executions = const [],
  this.events = const [],
}) : super(fullyQualifiedName);