ownKeys property

List<Object> Function(T) get ownKeys

Implementation

_i2.List<_i2.Object> Function(T) get ownKeys => (T p0) => _i4.callMethod(
      _i4.getProperty(
        this,
        'ownKeys',
      ),
      r'call',
      [
        this,
        p0,
      ],
    );
set ownKeys (List<Object> value(T))

Implementation

set ownKeys(_i2.List<_i2.Object> Function(T) value) {
  _i4.setProperty(
    this,
    'ownKeys',
    _i4.allowInterop(value),
  );
}