Rename constructor

Rename({
  1. String? newTitle,
  2. String? oldTitle,
})

Implementation

Rename({
  this.newTitle,
  this.oldTitle,
});