MgoStruct constructor

MgoStruct(
  1. String address,
  2. String module,
  3. String name,
  4. List<MgoMoveNormalizedType> type_arguments,
)

Implementation

MgoStruct(this.address, this.module, this.name, this.type_arguments);