executionSummary property

NotebookCellExecutionSummary? get executionSummary

The most recent {@link NotebookCellExecutionSummaryexecution summary} for this cell.

Implementation

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