AbiVariants constructor

AbiVariants(
  1. String? name,
  2. List<String>? types
)

Implementation

AbiVariants(
  this.name,
  this.types,
);