createSlice property

SliceNode Function() get createSlice

Implementation

_i3.SliceNode Function() get createSlice => () => _i5.callMethod(
      _i5.getProperty(
        this,
        'createSlice',
      ),
      r'call',
      [this],
    );
set createSlice (SliceNode value())

Implementation

set createSlice(_i3.SliceNode Function() value) {
  _i5.setProperty(
    this,
    'createSlice',
    _i5.allowInterop(value),
  );
}