ModuleId constructor

ModuleId(
  1. AccountAddress address,
  2. Identifier name
)

Implementation

ModuleId(this.address, this.name);