TransactGetItem class
Specifies an item to be retrieved as part of the transaction.
Constructors
- TransactGetItem({required Get get})
Properties
- get → Get
-
Contains the primary key that identifies the item to get, together with the
name of the table that contains the item, and optionally the specific
attributes of the item to retrieve.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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