getSlideGrid property

Array<Array<SlideNode>> Function() get getSlideGrid

Implementation

_i4.Array<_i4.Array<_i3.SlideNode>> Function() get getSlideGrid =>
    () => _i5.callMethod(
          _i5.getProperty(
            this,
            'getSlideGrid',
          ),
          r'call',
          [this],
        );
set getSlideGrid (Array<Array<SlideNode>> value())

Implementation

set getSlideGrid(_i4.Array<_i4.Array<_i3.SlideNode>> Function() value) {
  _i5.setProperty(
    this,
    'getSlideGrid',
    _i5.allowInterop(value),
  );
}