XdrSorobanAuthorizedContractFunction constructor Null safety

XdrSorobanAuthorizedContractFunction(
  1. XdrSCAddress _contractAddress,
  2. String _functionName,
  3. List<XdrSCVal> _args
)

Implementation

XdrSorobanAuthorizedContractFunction(
    this._contractAddress, this._functionName, this._args);