ReadContractParameters constructor
ReadContractParameters({})
Implementation
ReadContractParameters({
required this.abi,
required this.address,
required this.functionName,
this.account,
this.args,
this.blockNumber,
this.blockTag,
this.chainId,
});