QueryContextLineageSubgraphRequest constructor

QueryContextLineageSubgraphRequest({
  1. required String context,
})

Implementation

QueryContextLineageSubgraphRequest({required this.context})
  : super(fullyQualifiedName);