SorobanAuthorizedContractFunction constructor Null safety
Implementation
SorobanAuthorizedContractFunction(this.contractAddress, this.functionName,
{List<XdrSCVal>? args}) {
if (args != null) {
this.args = args;
}
}
SorobanAuthorizedContractFunction(this.contractAddress, this.functionName,
{List<XdrSCVal>? args}) {
if (args != null) {
this.args = args;
}
}