XdrAddressWithNonce constructor Null safety

XdrAddressWithNonce(
  1. XdrSCAddress _address,
  2. XdrUint64 _nonce
)

Implementation

XdrAddressWithNonce(this._address, this._nonce);