CallBuilder constructor
CallBuilder({
- required DeployedContract contract,
- required SolFunction function_,
- required List args,
- EvmAddr? from,
- String blockTag = 'latest',
Implementation
CallBuilder({
required this.contract,
required this.function_,
required this.args,
this.from,
this.blockTag = 'latest',
});