ncmb
ncmb
NCMBQuery
notInValue method
notInValue
notInValue
method
Null safety
void
notInValue
(
String
key
,
Object
value
)
Implementation
void notInValue(String key, Object value) { setOperand(key, value, ope: '\$nin'); }
ncmb
ncmb
NCMBQuery
notInValue method
NCMBQuery class
Constructors
NCMBQuery
Properties
hashCode
runtimeType
Methods
allInArray
clear
count
equalTo
exists
fetch
fetchAll
greaterThan
greaterThanOrEqualTo
inArray
include
initWhere
inValue
lessThan
lessThanOrEqualTo
limit
near
noSuchMethod
notEqualTo
notInArray
notInValue
or
order
regex
relatedTo
setOperand
skip
toJson
toString
where
withinKilometers
withinMiles
withinRadians
withinSquare
Operators
operator ==
Static properties
ncmb