Migration constructor

Migration({
  1. String? source,
  2. String? target,
})

Implementation

Migration({this.source, this.target});