updateNotebookAffinity property

void Function(NotebookDocument, NotebookControllerAffinity) get updateNotebookAffinity

Implementation

void Function(
  _i3.NotebookDocument,
  _i3.NotebookControllerAffinity,
) get updateNotebookAffinity => (
      _i3.NotebookDocument p0,
      _i3.NotebookControllerAffinity p1,
    ) =>
        _i5.callMethod(
          _i5.getProperty(
            this,
            'updateNotebookAffinity',
          ),
          r'call',
          [
            this,
            p0,
            p1.name,
          ],
        );
set updateNotebookAffinity (void value(NotebookDocument, NotebookControllerAffinity))

Implementation

set updateNotebookAffinity(
    void Function(
      _i3.NotebookDocument,
      _i3.NotebookControllerAffinity,
    ) value) {
  _i5.setProperty(
    this,
    'updateNotebookAffinity',
    _i5.allowInterop(value),
  );
}