get<T extends Object, P extends Object> method
Gets the property of target, equivalent to target[propertyKey]
when receiver === target
.
Implementation
_i2.dynamic get<T extends _i2.Object, P extends _i2.Object>(
T target,
P propertyKey, [
_i2.Object? receiver,
]) =>
_i3.callMethod(
this,
'get',
[
target,
propertyKey,
receiver,
],
);