ProxyHandler<T extends Object> class

Available extensions
Annotations
  • @JS()
  • @staticInterop
  • @anonymous

Constructors

ProxyHandler({dynamic apply(dynamic, List, [dynamic])?, Object construct(dynamic, List, Function)?, bool defineProperty(dynamic, Object, PropertyDescriptor)?, bool deleteProperty(dynamic, Object)?, dynamic get(dynamic, Object, [dynamic])?, PropertyDescriptor? getOwnPropertyDescriptor(dynamic, Object)?, Object? getPrototypeOf(dynamic)?, bool has(dynamic, Object)?, bool isExtensible(dynamic)?, List<Object> ownKeys(dynamic)?, bool preventExtensions(dynamic)?, bool set(dynamic, Object, [dynamic, dynamic])?, bool setPrototypeOf(dynamic, [Object?])?})
factory

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
hashCode int
The hash code for this object.
no setterinherited
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
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
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

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited