MoveModule constructor

MoveModule(
  1. String package,
  2. String module
)

Implementation

MoveModule(this.package, this.module);