couchbase_lite
document
Document
isNotEmpty method
isNotEmpty
couchbase_lite
document
Document
isNotEmpty method
Document class
Constructors
Document
Properties
id
internalState
hashCode
runtimeType
Methods
contains
count
getBoolean
getDouble
getId
getInt
getKeys
getList
getListOfMap
getMap
getString
getValue
isEmpty
isNotEmpty
isNotNull
stringMapFromDynamic
toMap
toMutable
noSuchMethod
toString
Operators
operator ==
isNotEmpty method
bool
isNotEmpty
(
)
Implementation
bool isNotEmpty() { return internalState.isNotEmpty; }