args property Null safety

List<XdrSCVal> args
read / write

The list of arguments to pass to the contract function to be called.

Implementation

List<XdrSCVal> args = List<XdrSCVal>.empty(growable: true);