GraphExecution.internal constructor
Internal constructor for testing.
Implementation
@visibleForTesting
factory GraphExecution.internal(String graphId, Future<GraphResult> result) =>
GraphExecution._(graphId, result);
Internal constructor for testing.
@visibleForTesting
factory GraphExecution.internal(String graphId, Future<GraphResult> result) =>
GraphExecution._(graphId, result);