ExecutionReport constructor

ExecutionReport({
  1. ValidationReport? executionErrors,
  2. int? framesReported,
  3. int? totalRowsCount,
})

Implementation

ExecutionReport({
  this.executionErrors,
  this.framesReported,
  this.totalRowsCount,
});