RenameColumn constructor

RenameColumn(
  1. String from, {
  2. required String to,
})

Implementation

RenameColumn(this.from, {required this.to});