ExecutionReport constructor
ExecutionReport({
- ValidationReport? executionErrors,
- int? framesReported,
- int? totalRowsCount,
Implementation
ExecutionReport({
this.executionErrors,
this.framesReported,
this.totalRowsCount,
});