MgoMoveModuleId constructor

MgoMoveModuleId(
  1. String address,
  2. String name
)

Implementation

MgoMoveModuleId(this.address, this.name);