UpdateOperator class

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

Operators

operator ==(Object other) bool
The equality operator.
inherited