getOwnPropertyDescriptors property

Object Function<T>(T) get getOwnPropertyDescriptors

Implementation

static _i2.Object Function<T>(T) get getOwnPropertyDescriptors =>
    <T>(T p0) => _i6.callMethod(
          _i6.getProperty(
            _i7.target0,
            'getOwnPropertyDescriptors',
          ),
          r'call',
          [
            _i7.target0,
            p0,
          ],
        );
set getOwnPropertyDescriptors (Object value<T>(T))

Implementation

static set getOwnPropertyDescriptors(_i2.Object Function<T>(T) value) {
  _i6.setProperty(
    _i7.target0,
    'getOwnPropertyDescriptors',
    _i6.allowInterop(value),
  );
}