ExecutionStats constructor
ExecutionStats({})
Implementation
ExecutionStats({
this.resultsReturned = 0,
this.executionDuration,
this.readOperations = 0,
this.debugStats,
}) : super(fullyQualifiedName);
ExecutionStats({
this.resultsReturned = 0,
this.executionDuration,
this.readOperations = 0,
this.debugStats,
}) : super(fullyQualifiedName);