TableUpdate constructor

const TableUpdate(
  1. String table,
  2. {UpdateKind? kind}
)

Default constant constructor.

Implementation

const TableUpdate(this.table, {this.kind});