args property Null safety
read / write
The list of arguments to pass to the contract function to be called.
Implementation
List<XdrSCVal> args = List<XdrSCVal>.empty(growable: true);
The list of arguments to pass to the contract function to be called.
List<XdrSCVal> args = List<XdrSCVal>.empty(growable: true);