TableWrite constructor

TableWrite(
  1. Table table,
  2. UpdateKind kind
)

Implementation

TableWrite(this.table, this.kind);