ContractCall constructor
ContractCall({})
Implementation
ContractCall({
required this.contractAddress,
required this.contractAbi,
required this.functionName,
required this.args,
this.gasPrice,
this.gasLimit,
required this.encodedData,
});