PropertyDescriptor class
Object property descriptor.
Constructors
-
PropertyDescriptor(Map<
String, dynamic> json)
Properties
- configurable → bool
-
True if the type of this property descriptor may be changed and if the
property may be deleted from the corresponding object.
no setter
- enumerable → bool
-
True if this property shows up during enumeration of the properties on the
corresponding object.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- isOwn → bool?
-
True if the property is owned for the object.
no setter
-
json
→ Map<
String, dynamic> -
final
- name → String
-
Property name or symbol description.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → RemoteObject?
-
The value associated with the property.
no setter
- wasThrown → bool?
-
True if the result was thrown during the evaluation.
no setter
- writable → bool?
-
True if the value associated with the property may be changed (data
descriptors only).
no setter
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