createNotebookCellExecution property

NotebookCellExecution Function(NotebookCell) createNotebookCellExecution

Implementation

_i3.NotebookCellExecution Function(_i3.NotebookCell)
    get createNotebookCellExecution =>
        (_i3.NotebookCell p0) => _i5.callMethod(
              _i5.getProperty(
                this,
                'createNotebookCellExecution',
              ),
              r'call',
              [
                this,
                p0,
              ],
            );
void createNotebookCellExecution=(NotebookCellExecution value(NotebookCell))

Implementation

set createNotebookCellExecution(
    _i3.NotebookCellExecution Function(_i3.NotebookCell) value) {
  _i5.setProperty(
    this,
    'createNotebookCellExecution',
    _i5.allowInterop(value),
  );
}