SqliteUpdate constructor

SqliteUpdate(
  1. SqliteUpdateKind kind,
  2. String tableName,
  3. int rowId
)

Implementation

SqliteUpdate(this.kind, this.tableName, this.rowId);