Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
decrement(String column, [int amount = 1, ])
→ Future<bool>
-
-
increment(String column, [int amount = 1, ])
→ Future<bool>
-
-
incrementEach(Map<String, int> increments, [])
→ Future<bool>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
-
update(Map<String, dynamic> values)
→ Future<bool>
-
-
updateMany(List<Map<String, dynamic>> updates, String column)
→ Future<bool>
-
-
updateOrInsert(Map<String, dynamic> search, Map<String, dynamic> update)
→ Future<bool>
-