executionOrder property
num?
get
executionOrder
Set and unset the order of this cell execution.
Implementation
_i2.num? get executionOrder => _i5.getProperty(
this,
'executionOrder',
);
set
executionOrder
(num? value)
Implementation
set executionOrder(_i2.num? value) {
_i5.setProperty(
this,
'executionOrder',
value ?? _i6.undefined,
);
}