TableRenamed constructor

TableRenamed(
  1. String name,
  2. String newName
)

Implementation

TableRenamed(this.name, this.newName);