MgoStruct constructor
MgoStruct(
- String address,
- String module,
- String name,
- List<
MgoMoveNormalizedType> type_arguments,
Implementation
MgoStruct(this.address, this.module, this.name, this.type_arguments);