UpdateOperator class
Constructors
-
UpdateOperator.inc(Map<String, num> values)
-
-
UpdateOperator.max(Map<String, dynamic> values)
-
-
UpdateOperator.min(Map<String, dynamic> values)
-
-
UpdateOperator.mul(Map<String, num> values)
-
-
UpdateOperator.pop(Map<String, PopValue> values)
-
-
UpdateOperator.pull(Map<String, dynamic> values)
-
-
UpdateOperator.pullAll(Map<String, List> values)
-
-
UpdateOperator.push(Map<String, ArrayModifier> values)
-
-
UpdateOperator.rename(Map<String, String> values)
-
-
UpdateOperator.set(Map<String, dynamic> value)
-
-
UpdateOperator.unset(List<String> fields)
-
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
values
→ Map<String, dynamic>
-
no setter
Methods
-
inc(Map<String, num> values)
→ void
-
-
max(Map<String, dynamic> map)
→ void
-
-
min(Map<String, dynamic> map)
→ void
-
-
mul(Map<String, num> map)
→ void
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
pop(Map<String, PopValue> map)
→ void
-
-
pull(Map<String, dynamic> map)
→ void
-
-
pullAll(Map<String, List> map)
→ void
-
-
push(Map<String, ArrayModifier> map)
→ void
-
-
rename(Map<String, String> values)
→ void
-
-
set(Map<String, dynamic> value)
→ void
-
-
toString()
→ String
-
A string representation of this object.
inherited
-
unset(List<String> fields)
→ void
-