TypeArrayStatic constructor

TypeArrayStatic(
  1. AbiType elemType,
  2. int length
)

Implementation

TypeArrayStatic(this.elemType, this.length);