count property

int get count

Gets a count of the number of items in a JavaScript property name array.

Implementation

int get count {
  return JSPropertyNameArrayGetCount(_ref);
}