XdrContractAuth constructor Null safety

XdrContractAuth(
  1. XdrAddressWithNonce? _addressWithNonce,
  2. XdrAuthorizedInvocation _rootInvocation,
  3. List<XdrSCVal> _signatureArgs
)

Implementation

XdrContractAuth(
    this._addressWithNonce, this._rootInvocation, this._signatureArgs);