JSPropertyNameArray class

An array of JavaScript property names.

Constructors

JSPropertyNameArray(Pointer<NativeType> pointer)

Properties

count int
Gets a count of the number of items in a JavaScript property name array.
no setter
hashCode int
The hash code for this object.
no setterinherited
pointer Pointer<NativeType>
C pointer
getter/setter pair
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
propertyNameArrayGetNameAtIndex(int index) String
Gets a property name at a given index in a JavaScript property name array. index (size_t) The index of the property name to retrieve.
release() → void
Releases a JavaScript property name array.
retain() → void
Retains a JavaScript property name array.
toString() String
A string representation of this object.
inherited

Operators

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