XdrPathPaymentStrictReceiveOp constructor Null safety

XdrPathPaymentStrictReceiveOp(
  1. XdrAsset _sendAsset,
  2. XdrInt64 _sendMax,
  3. XdrMuxedAccount _destination,
  4. XdrAsset _destAsset,
  5. XdrInt64 _destAmount,
  6. List<XdrAsset> _path
)

Implementation

XdrPathPaymentStrictReceiveOp(this._sendAsset, this._sendMax,
    this._destination, this._destAsset, this._destAmount, this._path);