UpdateOperation class

Inheritance

Constructors

UpdateOperation({required Map<String, dynamic> value, required String tableName, required String expression, required String updateExpression, Map<String, String>? expressionAttributeNames, Map<String, dynamic>? expressionAttributeValues, ReturnValuesOnConditionCheckFailure? returnValuesOnConditionCheckFailure})

Properties

expression String
finalinherited
expressionAttributeNames Map<String, String>?
finalinherited
expressionAttributeValues Map<String, dynamic>?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
returnValuesOnConditionCheckFailure ReturnValuesOnConditionCheckFailure?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tableName String
finalinherited
updateExpression String
final
value Map<String, dynamic>
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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