StructTag constructor

StructTag(
  1. String address,
  2. String module,
  3. String name,
  4. List typeParams,
)

Implementation

StructTag(this.address, this.module, this.name, this.typeParams);