Rename constructor

Rename({
  1. String? from,
  2. String? to,
})

Implementation

Rename({this.from, this.to});