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

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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