ProxyHandler$Typings<T extends Object> extension

on

Properties

apply ↔ dynamic Function(T, List, [dynamic])

Available on ProxyHandler<T>, provided by the ProxyHandler$Typings extension

getter/setter pair
construct Object Function(T, List, Function)

Available on ProxyHandler<T>, provided by the ProxyHandler$Typings extension

getter/setter pair
defineProperty bool Function(T, Object, PropertyDescriptor)

Available on ProxyHandler<T>, provided by the ProxyHandler$Typings extension

getter/setter pair
deleteProperty bool Function(T, Object)

Available on ProxyHandler<T>, provided by the ProxyHandler$Typings extension

getter/setter pair
get ↔ dynamic Function(T, Object, [dynamic])

Available on ProxyHandler<T>, provided by the ProxyHandler$Typings extension

getter/setter pair
getOwnPropertyDescriptor PropertyDescriptor? Function(T, Object)

Available on ProxyHandler<T>, provided by the ProxyHandler$Typings extension

getter/setter pair
getPrototypeOf Object? Function(T)

Available on ProxyHandler<T>, provided by the ProxyHandler$Typings extension

getter/setter pair
has bool Function(T, Object)

Available on ProxyHandler<T>, provided by the ProxyHandler$Typings extension

getter/setter pair
isExtensible bool Function(T)

Available on ProxyHandler<T>, provided by the ProxyHandler$Typings extension

getter/setter pair
ownKeys List<Object> Function(T)

Available on ProxyHandler<T>, provided by the ProxyHandler$Typings extension

getter/setter pair
preventExtensions bool Function(T)

Available on ProxyHandler<T>, provided by the ProxyHandler$Typings extension

getter/setter pair
set bool Function(T, Object, [dynamic, dynamic])

Available on ProxyHandler<T>, provided by the ProxyHandler$Typings extension

getter/setter pair
setPrototypeOf bool Function(T, [Object?])

Available on ProxyHandler<T>, provided by the ProxyHandler$Typings extension

getter/setter pair