SchemaRenameOperation constructor

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

Implementation

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