AbiType constructor

AbiType(
  1. String new_type_name,
  2. String type
)

Implementation

AbiType(this.new_type_name, this.type);