customSections property

List<ByteBuffer> Function(Module, String) get customSections

Implementation

static _i2.List<_i7.ByteBuffer> Function(
  _i3.Module,
  _i2.String,
) get customSections => (
      _i3.Module p0,
      _i2.String p1,
    ) =>
        ((_i5.callMethod(
          _i5.getProperty(
            _i8.target839,
            'customSections',
          ),
          r'call',
          [
            _i8.target839,
            p0,
            p1,
          ],
        )) as _i2.List)
            .cast();
set customSections (List<ByteBuffer> value(Module, String))

Implementation

static set customSections(
    _i2.List<_i7.ByteBuffer> Function(
      _i3.Module,
      _i2.String,
    ) value) {
  _i5.setProperty(
    _i8.target839,
    'customSections',
    _i5.allowInterop(value),
  );
}