RenameTable constructor

const RenameTable(
  1. String oldName,
  2. String newName
)

Renames an existing SQLite table

Implementation

const RenameTable(
  this.oldName,
  this.newName,
);