DeleteRequest class
Represents a request to perform a DeleteItem
operation on an
item.
Constructors
-
DeleteRequest({required Map<
String, AttributeValue> key}) -
DeleteRequest.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
key
→ Map<
String, AttributeValue> -
A map of attribute name to attribute values, representing the primary key of
the item to delete. All of the table's primary key attributes must be
specified, and their data types must match those of the table's key schema.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited