getOwnPropertySymbols property

List<Symbol> Function([dynamic]) get getOwnPropertySymbols

Implementation

static _i2.List<_i2.Symbol> Function([_i2.dynamic])
    get getOwnPropertySymbols => ([_i2.dynamic p0]) => ((_i6.callMethod(
          _i6.getProperty(
            _i7.target0,
            'getOwnPropertySymbols',
          ),
          r'call',
          [
            _i7.target0,
            p0,
          ],
        )) as _i2.List)
            .cast();
set getOwnPropertySymbols (List<Symbol> value([dynamic]))

Implementation

static set getOwnPropertySymbols(
    _i2.List<_i2.Symbol> Function([_i2.dynamic]) value) {
  _i6.setProperty(
    _i7.target0,
    'getOwnPropertySymbols',
    _i6.allowInterop(value),
  );
}