createSlide property
Implementation
_i3.SlideNode Function([
_i2.num?,
_i2.num?,
]) get createSlide => ([
_i2.num? p0,
_i2.num? p1,
]) =>
_i5.callMethod(
_i5.getProperty(
this,
'createSlide',
),
r'call',
[
this,
p0 ?? _i7.undefined,
p1 ?? _i7.undefined,
],
);