AbiFunction constructor

AbiFunction(String name, List<AbiParameter> parameters, { String returnType: 'any' })

Implementation

AbiFunction(this.name, this.parameters, {String returnType = 'any'});