executionSummary property

NotebookCellExecutionSummary get executionSummary

The execution summary of this cell data.

Implementation

_i3.NotebookCellExecutionSummary get executionSummary => _i5.getProperty(
      this,
      'executionSummary',
    );
set executionSummary (NotebookCellExecutionSummary value)

Implementation

set executionSummary(_i3.NotebookCellExecutionSummary value) {
  _i5.setProperty(
    this,
    'executionSummary',
    value,
  );
}