AbiFunction constructor
AbiFunction({})
Implementation
AbiFunction({
required this.name,
required this.inputs,
required this.inputNames,
required this.outputs,
required this.outputNames,
required this.stateMutability,
});