RenameTable constructor

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

Implementation

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