AbiStruct constructor
AbiStruct(
- String? name,
- String? base,
- List<
AbiStructField> ? fields
Implementation
AbiStruct(
this.name,
this.base,
this.fields,
);