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