count method

int count ()

The number of properties in the document.

Implementation

int count() {
  return _data.length;
}