ContractFunction constructor
const
ContractFunction(})
Implementation
const ContractFunction(
this.name,
this.parameters, {
this.outputs = const [],
this.stateMutability = 'nonpayable',
});
const ContractFunction(
this.name,
this.parameters, {
this.outputs = const [],
this.stateMutability = 'nonpayable',
});