AbiStruct constructor

AbiStruct(
  1. String? name,
  2. String? base,
  3. List<AbiStructField>? fields
)

Implementation

AbiStruct(
  this.name,
  this.base,
  this.fields,
);