PropertyDescriptor class

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

Constructors

PropertyDescriptor.new({bool? configurable, bool? enumerable, dynamic value, bool? writable, dynamic get()?, void set([dynamic])?})
factory

Properties

configurable bool?

Available on PropertyDescriptor, provided by the PropertyDescriptor$Typings extension

getter/setter pair
enumerable bool?

Available on PropertyDescriptor, provided by the PropertyDescriptor$Typings extension

getter/setter pair
get ↔ dynamic Function()

Available on PropertyDescriptor, provided by the PropertyDescriptor$Typings extension

getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
set ↔ void Function([dynamic])

Available on PropertyDescriptor, provided by the PropertyDescriptor$Typings extension

getter/setter pair
value ↔ dynamic

Available on PropertyDescriptor, provided by the PropertyDescriptor$Typings extension

getter/setter pair
writable bool?

Available on PropertyDescriptor, provided by the PropertyDescriptor$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