cellAt property
NotebookCell Function(num)
get
cellAt
Implementation
_i3.NotebookCell Function(_i2.num) get cellAt =>
(_i2.num p0) => _i5.callMethod(
_i5.getProperty(
this,
'cellAt',
),
r'call',
[
this,
p0,
],
);
set
cellAt
(NotebookCell value(num))
Implementation
set cellAt(_i3.NotebookCell Function(_i2.num) value) {
_i5.setProperty(
this,
'cellAt',
_i5.allowInterop(value),
);
}