couchbase_lite
document
Document
isEmpty method
isEmpty
couchbase_lite
document
Document
isEmpty 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 ==
isEmpty method
bool
isEmpty
(
)
Implementation
bool isEmpty() { return internalState.isEmpty; }