TransactWriteItem constructor
TransactWriteItem({
- ConditionCheck? conditionCheck,
- Delete? delete,
- Put? put,
- Update? update,
Implementation
TransactWriteItem({
this.conditionCheck,
this.delete,
this.put,
this.update,
});