ncmb
ncmb
NCMBQuery
equalTo method
equalTo
equalTo
method
Null safety
void
equalTo
(
String
key
,
Object
value
)
Implementation
void equalTo(String key, Object value) { setOperand(key, value); }
ncmb
ncmb
NCMBQuery
equalTo 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