getOwnPropertyNames property
List<String> Function([dynamic])
get
getOwnPropertyNames
Implementation
static _i2.List<_i2.String> Function([_i2.dynamic]) get getOwnPropertyNames =>
([_i2.dynamic p0]) => ((_i6.callMethod(
_i6.getProperty(
_i7.target0,
'getOwnPropertyNames',
),
r'call',
[
_i7.target0,
p0,
],
)) as _i2.List)
.cast();
set
getOwnPropertyNames
(List<String> value([dynamic]))
Implementation
static set getOwnPropertyNames(
_i2.List<_i2.String> Function([_i2.dynamic]) value) {
_i6.setProperty(
_i7.target0,
'getOwnPropertyNames',
_i6.allowInterop(value),
);
}