couchbase_lite
couchbase_lite
Document
count method
count
couchbase_lite
couchbase_lite
Document
count method
Document class
Constructors
Document
Properties
id
hashCode
runtimeType
Methods
contains
count
getArray
getBoolean
getDouble
getInt
getKeys
getList
getMap
getString
getValue
toMap
toMutable
noSuchMethod
toString
Operators
operator ==
count method
int
count
(
)
The number of properties in the document.
Implementation
int count() { return _data.length; }