ContractABI constructor

const ContractABI(
  1. List<LocalContractFunction> functions,
  2. List<ContractEvent> events
)

Implementation

const ContractABI(this.functions, this.events);