slidesCount method
the slides count in this news item
Implementation
int slidesCount() {
var tmp0 = 0;
tmp0 = _box.borrow();
final tmp1 = _api._newsEntrySlidesCount(
tmp0,
);
final tmp3 = tmp1;
final tmp2 = tmp3;
return tmp2;
}
the slides count in this news item
int slidesCount() {
var tmp0 = 0;
tmp0 = _box.borrow();
final tmp1 = _api._newsEntrySlidesCount(
tmp0,
);
final tmp3 = tmp1;
final tmp2 = tmp3;
return tmp2;
}