$ExecutionStats constructor

$ExecutionStats({
  1. Map<String, Object?>? debugStats,
  2. String? executionDuration,
  3. String? readOperations,
  4. String? resultsReturned,
})

Implementation

$ExecutionStats({
  this.debugStats,
  this.executionDuration,
  this.readOperations,
  this.resultsReturned,
});