QueryArtifactLineageSubgraphRequest constructor
QueryArtifactLineageSubgraphRequest({})
Implementation
QueryArtifactLineageSubgraphRequest({
required this.artifact,
this.maxHops = 0,
this.filter = '',
}) : super(fullyQualifiedName);